Skip to content

Commit

Permalink
fix: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispader committed Nov 28, 2024
1 parent 4761ed5 commit e44e493
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/iou/request/step/IOURequestStepConfirmation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import useCurrentUserPersonalDetails from '@hooks/useCurrentUserPersonalDetails'
import useFetchRoute from '@hooks/useFetchRoute';
import useLocalize from '@hooks/useLocalize';
import useNetwork from '@hooks/useNetwork';
import useSafeAreaInsets from '@hooks/useSafeAreaInsets';
import useThemeStyles from '@hooks/useThemeStyles';
import useWindowDimensions from '@hooks/useWindowDimensions';
import DateUtils from '@libs/DateUtils';
Expand Down Expand Up @@ -71,7 +70,6 @@ function IOURequestStepConfirmation({
const styles = useThemeStyles();
const {translate} = useLocalize();
const {windowWidth} = useWindowDimensions();
const insets = useSafeAreaInsets();
const {isOffline} = useNetwork();
const [startLocationPermissionFlow, setStartLocationPermissionFlow] = useState(false);
const [selectedParticipantList, setSelectedParticipantList] = useState<Participant[]>([]);
Expand Down

0 comments on commit e44e493

Please sign in to comment.