Skip to content

Commit

Permalink
removed aparently unused key
Browse files Browse the repository at this point in the history
  • Loading branch information
dunkOnIT committed Feb 1, 2025
1 parent 4b35332 commit 128aca7
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ export default function RegistrationAdministrationContainer({ competitionId }) {
staleTime: Infinity,
refetchOnMount: 'always',
retry: false,
onError: () => {
dispatchStore(setMessage(
// eslint-disable-next-line quotes
`competitions.errors.cant_load_competition_info`,
'negative',
));
},
});

Expand Down

1 comment on commit 128aca7

@FinnIckler
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nono, you need to tell i18n that this key is actually used. You can do that with an //i18n task comment. You can look at it at other calls to set message

Please sign in to comment.