Update from master
This commit is contained in:
@@ -9,7 +9,7 @@ export default function Warning() {
|
||||
<SafeAreaView style={{ flex: 1 }}>
|
||||
<View style={styles.container}>
|
||||
<CreateOrUpdateHaulModal
|
||||
haulData={fishingInfoDatas}
|
||||
haulData={null}
|
||||
isVisible={isShowModal}
|
||||
onClose={function (): void {
|
||||
setIsShowModal(false);
|
||||
|
||||
Reference in New Issue
Block a user