Skip to content

Commit

Permalink
remove duplicate 'verifiability' check
Browse files Browse the repository at this point in the history
This was also likely due to bad merging from upstream changes
  • Loading branch information
JGreenlee committed Nov 10, 2023
1 parent d3e6af2 commit 69b18cb
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions www/js/survey/multilabel/MultiLabelButtonGroup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,18 +140,6 @@ const MultilabelButtonGroup = ({ trip, buttonsInline = false }) => {
/>
</View>
)}
{trip.verifiability === 'can-verify' && (
<View style={{ marginTop: 16 }}>
<IconButton
icon="check-bold"
mode="outlined"
size={18}
onPress={verifyTrip}
containerColor={colors.secondaryContainer}
style={{ width: 24, height: 24, margin: 3, borderColor: colors.secondary }}
/>
</View>
)}
</View>
<Modal visible={modalVisibleFor != null} transparent={true} onDismiss={() => dismiss()}>
<Dialog visible={modalVisibleFor != null} onDismiss={() => dismiss()}>
Expand Down

0 comments on commit 69b18cb

Please sign in to comment.