lint fix
This commit is contained in:
@@ -55,7 +55,11 @@ const protectedRoutes = () =>
|
||||
options: { headerShown: false },
|
||||
link: '/V2',
|
||||
},
|
||||
Play: { component: PlayView, options: { headerShown: false, title: translate("play") }, link: '/play/:songId' },
|
||||
Play: {
|
||||
component: PlayView,
|
||||
options: { headerShown: false, title: translate('play') },
|
||||
link: '/play/:songId',
|
||||
},
|
||||
Settings: {
|
||||
component: SettingsTab,
|
||||
options: { headerShown: false },
|
||||
|
||||
Reference in New Issue
Block a user