mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 18:13:31 +00:00
remove trailing space
This commit is contained in:
parent
62f4bb0d7b
commit
12d293a74c
1 changed files with 1 additions and 1 deletions
|
|
@ -549,7 +549,7 @@ export const ControlSettings = () => {
|
|||
{
|
||||
control: (
|
||||
<Switch
|
||||
aria-label={t('setting.playerbarOpenDrawer ', { postProcess: 'sentenceCase' })}
|
||||
aria-label={t('setting.playerbarOpenDrawer', { postProcess: 'sentenceCase' })}
|
||||
defaultChecked={settings.playerbarOpenDrawer}
|
||||
onChange={(e) =>
|
||||
setSettings({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue