remove unused
This commit is contained in:
@@ -2,12 +2,9 @@ import { Button } from "antd";
|
|||||||
import { ProBottomSheet } from "components/ProBottomSheet/ProBottomSheet.tsx";
|
import { ProBottomSheet } from "components/ProBottomSheet/ProBottomSheet.tsx";
|
||||||
import { useTranslation } from "react-i18next";
|
import { useTranslation } from "react-i18next";
|
||||||
|
|
||||||
import { useAppSelector } from "redux/hooks";
|
|
||||||
import ProText from "components/ProText";
|
import ProText from "components/ProText";
|
||||||
import ArabicPrice from "components/ArabicPrice";
|
import ArabicPrice from "components/ArabicPrice";
|
||||||
import styles from "../order.module.css";
|
import styles from "../order.module.css";
|
||||||
import NextIcon from "components/Icons/NextIcon";
|
|
||||||
import BackIcon from "components/Icons/BackIcon";
|
|
||||||
|
|
||||||
interface SplitBillParticipantsBottomSheetProps {
|
interface SplitBillParticipantsBottomSheetProps {
|
||||||
isOpen: boolean;
|
isOpen: boolean;
|
||||||
@@ -19,7 +16,6 @@ export function SplitBillParticipantsBottomSheet({
|
|||||||
onClose,
|
onClose,
|
||||||
}: SplitBillParticipantsBottomSheetProps) {
|
}: SplitBillParticipantsBottomSheetProps) {
|
||||||
const { t } = useTranslation();
|
const { t } = useTranslation();
|
||||||
const { isRTL } = useAppSelector((state) => state.locale);
|
|
||||||
|
|
||||||
const taxesChargesStyle = {
|
const taxesChargesStyle = {
|
||||||
fontWeight: 400,
|
fontWeight: 400,
|
||||||
@@ -59,13 +55,15 @@ export function SplitBillParticipantsBottomSheet({
|
|||||||
placeItems: "center",
|
placeItems: "center",
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<div style={{
|
<div
|
||||||
|
style={{
|
||||||
display: "flex",
|
display: "flex",
|
||||||
flexDirection: "row",
|
flexDirection: "row",
|
||||||
justifyContent: "flex-start",
|
justifyContent: "flex-start",
|
||||||
placeItems: "center",
|
placeItems: "center",
|
||||||
gap: 10,
|
gap: 10,
|
||||||
}}>
|
}}
|
||||||
|
>
|
||||||
<Button
|
<Button
|
||||||
shape="circle"
|
shape="circle"
|
||||||
iconPlacement="start"
|
iconPlacement="start"
|
||||||
|
|||||||
Reference in New Issue
Block a user