change url param name to "subdomain"

This commit is contained in:
2025-10-31 13:56:20 +03:00
parent 42d0b2cacf
commit 3dddc78dda
24 changed files with 89 additions and 116 deletions

View File

@@ -14,7 +14,7 @@ import TotalPeopleActions from "./components/TotalPeopleActions";
export default function SplitBillPage() {
const { t } = useTranslation();
const { id } = useParams();
const { subdomain } = useParams();
const { themeName } = useAppSelector((state) => state.theme);
return (
@@ -128,7 +128,7 @@ export default function SplitBillPage() {
backgroundColor: themeName === "light" ? "white" : ProBlack2,
}}
>
<Link to={`/${id}/order`} style={{ width: "100%" }}>
<Link to={`/${subdomain}/order`} style={{ width: "100%" }}>
<Button
type="primary"
shape="round"