Skip to content

Commit

Permalink
feat: don't display duplicate notifications with snackbar (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtechsimetka authored Jul 25, 2022
1 parent cba21bb commit feeca00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const App = ({ beeApiUrl, beeDebugApiUrl, lockedApiSettings }: Props): ReactElem
<FileProvider>
<FeedsProvider>
<PlatformProvider>
<SnackbarProvider anchorOrigin={{ horizontal: 'right', vertical: 'bottom' }}>
<SnackbarProvider preventDuplicate anchorOrigin={{ horizontal: 'right', vertical: 'bottom' }}>
<Router>
<>
<CssBaseline />
Expand Down

0 comments on commit feeca00

Please sign in to comment.