Format code

This commit is contained in:
2024-01-08 17:23:59 +01:00
committed by Clément Le Bihan
parent 3c04e8bb39
commit b5b94adc83
7 changed files with 55 additions and 62 deletions
+1 -3
View File
@@ -106,9 +106,7 @@ const ScoreModal = (props: ScoreModalProps) => {
type="filled"
title={translate('menuMusic')}
onPress={() =>
navigation.canGoBack()
? navigation.goBack()
: navigation.navigate('Home')
navigation.canGoBack() ? navigation.goBack() : navigation.navigate('Home')
}
/>
</Row>