feature/IO-3377-Add-Notification-Tone-For-Messaging - Finalize
This commit is contained in:
@@ -73,9 +73,6 @@ export function App({
|
||||
setIsPartsEntry(isParts);
|
||||
}, [setIsPartsEntry]);
|
||||
|
||||
//const b = Grid.useBreakpoint();
|
||||
// console.log("Breakpoints:", b);
|
||||
|
||||
// Associate event listeners, memoize to prevent multiple listeners being added
|
||||
useEffect(() => {
|
||||
const offlineListener = () => {
|
||||
@@ -165,7 +162,7 @@ export function App({
|
||||
/>
|
||||
|
||||
<NotificationProvider>
|
||||
<SoundWrapper>
|
||||
<SoundWrapper bodyshop={bodyshop}>
|
||||
<Routes>
|
||||
<Route
|
||||
path="*"
|
||||
|
||||
Reference in New Issue
Block a user