Skip to content

Commit

Permalink
trying to get eslint to stop flagging the backquotes in i18n key
Browse files Browse the repository at this point in the history
  • Loading branch information
dunkOnIT committed Feb 1, 2025
1 parent 84e7bce commit 4b35332
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export default function RegistrationAdministrationContainer({ competitionId }) {
retry: false,
onError: () => {
dispatchStore(setMessage(
// eslint-disable-next-line quotes
`competitions.errors.cant_load_competition_info`,
'negative',
));
Expand Down

1 comment on commit 4b35332

@FinnIckler
Copy link
Member

Choose a reason for hiding this comment

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

Well this shouldn't be back ticks anyway. Because it doesn't do string interpolation

Please sign in to comment.