Skip to content

Commit

Permalink
more weird rebase things
Browse files Browse the repository at this point in the history
  • Loading branch information
Gehrkej committed Apr 12, 2024
1 parent 566bd43 commit 9fcc274
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions app/segments/drill/[id]/submission/input.js
Original file line number Diff line number Diff line change
Expand Up @@ -730,20 +730,6 @@ export default function Input({ drillInfo, setToggleResult, setOutputData }) {
onHide={hideInvalidDialog}
/>

{/* Error Dialog: Empty Input*/}
<ErrorDialog
content="All inputs must be filled."
visible={emptyDialogVisible}
onHide={hideEmptyDialog}
/>

{/* Error Dialog: Invalid Input*/}
<ErrorDialog
content="All inputs must be numbers."
visible={invalidDialogVisible}
onHide={hideInvalidDialog}
/>

{/* Navigation */}
<View style={styles.navigationContainer}>
<Text
Expand Down

0 comments on commit 9fcc274

Please sign in to comment.