Front: Partition: Prevent skip of first note

This commit is contained in:
Arthur Jamet
2023-05-06 14:18:18 +01:00
parent 8a3d4f9c25
commit ae4d1f00d9
3 changed files with 41 additions and 22 deletions
+1 -1
View File
@@ -25,8 +25,8 @@ import TextButton from './components/TextButton';
const protectedRoutes = () => ({
Home: { component: HomeView, options: { title: translate('welcome'), headerLeft: null } },
Settings: { component: SetttingsNavigator, options: { title: 'Settings' } },
Play: { component: PlayView, options: { title: translate('play') } },
Settings: { component: SetttingsNavigator, options: { title: 'Settings' } },
Song: { component: SongLobbyView, options: { title: translate('play') } },
Score: { component: ScoreView, options: { title: translate('score'), headerLeft: null } },
Search: { component: SearchView, options: { title: translate('search') } },