diff --git a/client/src/App.tsx b/client/src/App.tsx index 468f2ae7..27d92c67 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -42,7 +42,7 @@ export async function regSw(user) { } } else { console.log( - 'Service workers or Push notifications are not supported by the browser.' + 'Service workers or Push notifications are not supported by the browser' ); } }