Skip to content

Commit

Permalink
remove check, wait for angeline's pr
Browse files Browse the repository at this point in the history
  • Loading branch information
arfamomin committed Dec 5, 2024
1 parent 3efff8e commit 24138fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/screens/SeekHelp/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ export default function ResourceList() {
<View style={styles.selectJurisdictionContainer}>
{jurisdiction.map(level => (
<View key={level} style={styles.checkButtonContainer}>
<TouchableOpacity style={styles.checkButton}></TouchableOpacity>
<TouchableOpacity style={styles.checkButton}>
{/* <Check /> */}
</TouchableOpacity>
<Text style={styles.buttonText}>{level}</Text>
</View>
))}
Expand Down

0 comments on commit 24138fd

Please sign in to comment.