Fix Merge Issue
continuous-integration/drone/push Build is passing Details

pull/23/head
Louison PARANT 1 year ago
parent e5078a3338
commit 1efbac082f

@ -189,6 +189,8 @@ export default function HomePage({ navigation, props }) {
<View style={{marginTop: "3%"}}/>
<ProfileSelection listProfile={profiles} disableSelection={true}/>
<View style={{marginTop: "4%"}}/>
<ValidateButton title="Change Active Filters" image="update.png" colour={colors.buttonDetail} backColour={colors.buttonBackground} todo={() => navigation.navigate('FiltersSelection')}/>
<View style={{marginTop: "3%"}}/>
<ValidateButton title="Modify Profiles" image="parameter.png" colour={colors.buttonDetail} backColour={colors.buttonBackground} todo={() => navigation.navigate('Profiles')}/>
</View>
<View style={styles.separator}/>

Loading…
Cancel
Save