Remove unused imports and components.
This commit is contained in:
@@ -89,7 +89,7 @@ export default function MachineFilter({ selectedMachineId, onMachineSelect, text
|
||||
)}
|
||||
</View>
|
||||
|
||||
{/* Nested Place Picker Modal */}
|
||||
{/* Nested Machine Picker Modal */}
|
||||
<Modal visible={showPicker} transparent={true} animationType="fade" onRequestClose={() => setShowPicker(false)}>
|
||||
<TouchableOpacity
|
||||
activeOpacity={1}
|
||||
|
||||
Reference in New Issue
Block a user