Front: Lint + format
This commit is contained in:
committed by
Clément Le Bihan
parent
f4cd9e18ea
commit
004a541302
@@ -165,7 +165,7 @@ const ScaffoldAuth: FunctionComponent<ScaffoldAuthProps> = ({
|
||||
<Text>{link.label}</Text>
|
||||
<LinkBase text={link.text} onPress={link.onPress} />
|
||||
</Wrap>
|
||||
{ Platform.OS === "web" && <APKDownloadButton/> }
|
||||
{Platform.OS === 'web' && <APKDownloadButton />}
|
||||
</Stack>
|
||||
</View>
|
||||
</ScrollView>
|
||||
|
||||
Reference in New Issue
Block a user