@swipefindercom/finder-sdk 1.0.6 → 1.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -45034,7 +45034,6 @@ const AppStateProvider = ({
45034
45034
  const [selectedCategories, setSelectedCategories] = useState([]);
45035
45035
  useEffect(() => {
45036
45036
  if (isInitiallyLoaded && finder) {
45037
- setIsMuted(finder.initialVolume === 0);
45038
45037
  setVolume(finder.initialVolume);
45039
45038
  }
45040
45039
  }, [isInitiallyLoaded, finder]);