Skip to content

Commit

Permalink
add .
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatyana-js committed Feb 5, 2025
1 parent 4ed93e5 commit 8b19cf8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions frontend/src/init.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,8 @@ const init = async () => {

const rollbarConfig = {
accessToken: '45c668d145bf4e379844b7f78319daf0',
environment: 'testenv',
environment: 'production',
};
function TestError() {
const a = null;
return a.hello();
}

filter.add(filter.getDictionary('en'));
filter.add(filter.getDictionary('ru'));
Expand All @@ -80,7 +76,6 @@ const init = async () => {
<ErrorBoundary>
<Provider store={store}>
<StrictMode>
<TestError />
<App />
<ToastContainer />
</StrictMode>
Expand Down

0 comments on commit 8b19cf8

Please sign in to comment.