diff options
Diffstat (limited to 'frontend/src/components/errors')
-rw-r--r-- | frontend/src/components/errors/errorToastContainer.js | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/frontend/src/components/errors/errorToastContainer.js b/frontend/src/components/errors/errorToastContainer.js index 073b6038..65711073 100644 --- a/frontend/src/components/errors/errorToastContainer.js +++ b/frontend/src/components/errors/errorToastContainer.js @@ -3,12 +3,7 @@ import ReduxToastr from 'react-redux-toastr'; import './react-redux-toastr.min.css'; const ErrorToastContainer = props => ( - <ReduxToastr - timeOut={4000} - preventDuplicates - position="bottom-left" - progressBar - /> + <ReduxToastr timeOut={4000} preventDuplicates position="bottom-left" progressBar /> ); export default ErrorToastContainer; |