Front: Lint + format

This commit is contained in:
Arthur Jamet
2023-12-28 08:56:29 +01:00
committed by Clément Le Bihan
parent f4cd9e18ea
commit 004a541302
4 changed files with 18 additions and 13 deletions
+1 -1
View File
@@ -163,7 +163,7 @@ const ProfileSettings = () => {
},
]}
/>
{ Platform.OS === "web" && <APKDownloadButton/> }
{Platform.OS === 'web' && <APKDownloadButton />}
<LogoutButtonCC isGuest={user.isGuest} buttonType={'filled'} />
</Column>
</ScrollView>