From 4ed288099c982abd6926248e0f00abf5cc2bcb81 Mon Sep 17 00:00:00 2001 From: Mohammed Al-yaseen Date: Wed, 14 Jan 2026 15:34:51 +0300 Subject: [PATCH] remove unused --- .../SplitBillParticipantsBottomSheet.tsx | 20 +++++++++---------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/src/pages/order/components/SplitBillParticipantsBottomSheet.tsx b/src/pages/order/components/SplitBillParticipantsBottomSheet.tsx index a36d224..2cc85fe 100644 --- a/src/pages/order/components/SplitBillParticipantsBottomSheet.tsx +++ b/src/pages/order/components/SplitBillParticipantsBottomSheet.tsx @@ -2,12 +2,9 @@ import { Button } from "antd"; import { ProBottomSheet } from "components/ProBottomSheet/ProBottomSheet.tsx"; import { useTranslation } from "react-i18next"; -import { useAppSelector } from "redux/hooks"; import ProText from "components/ProText"; import ArabicPrice from "components/ArabicPrice"; import styles from "../order.module.css"; -import NextIcon from "components/Icons/NextIcon"; -import BackIcon from "components/Icons/BackIcon"; interface SplitBillParticipantsBottomSheetProps { isOpen: boolean; @@ -19,7 +16,6 @@ export function SplitBillParticipantsBottomSheet({ onClose, }: SplitBillParticipantsBottomSheetProps) { const { t } = useTranslation(); - const { isRTL } = useAppSelector((state) => state.locale); const taxesChargesStyle = { fontWeight: 400, @@ -59,13 +55,15 @@ export function SplitBillParticipantsBottomSheet({ placeItems: "center", }} > -
+