- refactored code around hotlist hits and sounds
- improved performace for sounds playing
This commit is contained in:
@@ -23,9 +23,7 @@ export const SightingFeedProvider = ({
|
||||
setSelectedSighting,
|
||||
selectedSighting,
|
||||
mostRecent,
|
||||
sessionList,
|
||||
sessionStarted,
|
||||
setSessionStarted,
|
||||
} = useSightingFeed(url);
|
||||
|
||||
const [isSightingModalOpen, setSightingModalOpen] = useState(false);
|
||||
@@ -45,9 +43,7 @@ export const SightingFeedProvider = ({
|
||||
isLoading,
|
||||
side,
|
||||
data,
|
||||
sessionList,
|
||||
sessionStarted,
|
||||
setSessionStarted,
|
||||
}}
|
||||
>
|
||||
{children}
|
||||
|
||||
Reference in New Issue
Block a user