remove unused
This commit is contained in:
@@ -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",
|
||||
}}
|
||||
>
|
||||
<div style={{
|
||||
<div
|
||||
style={{
|
||||
display: "flex",
|
||||
flexDirection: "row",
|
||||
justifyContent: "flex-start",
|
||||
placeItems: "center",
|
||||
gap: 10,
|
||||
}}>
|
||||
}}
|
||||
>
|
||||
<Button
|
||||
shape="circle"
|
||||
iconPlacement="start"
|
||||
|
||||
Reference in New Issue
Block a user