update style CreateOrUpdateHaulModal
This commit is contained in:
@@ -160,13 +160,6 @@ const NetListTable: React.FC = () => {
|
||||
setModalVisible(false);
|
||||
}}
|
||||
netData={selectedNet}
|
||||
stt={
|
||||
selectedNet
|
||||
? data.findIndex(
|
||||
(item) => item.fishing_log_id === selectedNet.fishing_log_id
|
||||
) + 1
|
||||
: undefined
|
||||
}
|
||||
/> */}
|
||||
</View>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user