apply rate feature
This commit is contained in:
@@ -19,6 +19,7 @@ import Stepper from "./components/Stepper";
|
||||
import styles from "./order.module.css";
|
||||
import BackIcon from "components/Icons/BackIcon";
|
||||
import NextIcon from "components/Icons/NextIcon";
|
||||
import { RateBottomSheet } from "components/CustomBottomSheet/RateBottomSheet";
|
||||
|
||||
export default function OrderPage() {
|
||||
const { t } = useTranslation();
|
||||
@@ -220,6 +221,8 @@ export default function OrderPage() {
|
||||
</div>
|
||||
</Card>
|
||||
|
||||
<RateBottomSheet />
|
||||
|
||||
<CancelOrderBottomSheet />
|
||||
</div>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user