fix prettier/lint

This commit is contained in:
Kendall Garner
2024-08-23 08:19:27 -07:00
parent 121b036aaf
commit 271be93a96
26 changed files with 133 additions and 103 deletions
@@ -271,14 +271,14 @@ export const CenterControls = ({ playersRef }: CenterControlsProps) => {
postProcess: 'sentenceCase',
})
: repeat === PlayerRepeat.ALL
? t('player.repeat', {
context: 'all',
postProcess: 'sentenceCase',
})
: t('player.repeat', {
context: 'one',
postProcess: 'sentenceCase',
})
? t('player.repeat', {
context: 'all',
postProcess: 'sentenceCase',
})
: t('player.repeat', {
context: 'one',
postProcess: 'sentenceCase',
})
}`,
}}
variant="tertiary"