Merge branch 'develop' into bugfix/uploadsounds-2
This commit is contained in:
@@ -181,8 +181,8 @@ export default function SightingHistoryWidget({ className, title }: SightingHist
|
||||
if (!isSightingModalOpen && modalQueue.length > 0) {
|
||||
const next = modalQueue[0];
|
||||
|
||||
if (next.kind === "NPED") npedSound();
|
||||
else hotlistsound();
|
||||
// if (next.kind === "NPED") npedSound();
|
||||
// else hotlistsound();
|
||||
|
||||
setSelectedSighting(next.sighting);
|
||||
setSightingModalOpen(true);
|
||||
|
||||
Reference in New Issue
Block a user