|
|
|
@@ -325,7 +325,7 @@ const ShopDetail: React.FC = () => { |
|
|
|
<Alert severity="error" sx={{ mb: 2 }}> |
|
|
|
{error} |
|
|
|
</Alert> |
|
|
|
<Button onClick={() => router.push("/settings/shop?tab=0")}>{t("Back")}</Button> |
|
|
|
<Button onClick={() => router.push("/settings/shop/board")}>{t("Back")}</Button> |
|
|
|
</Box> |
|
|
|
); |
|
|
|
} |
|
|
|
@@ -336,7 +336,7 @@ const ShopDetail: React.FC = () => { |
|
|
|
<Alert severity="warning" sx={{ mb: 2 }}> |
|
|
|
{t("Shop not found")} |
|
|
|
</Alert> |
|
|
|
<Button onClick={() => router.push("/settings/shop?tab=0")}>{t("Back")}</Button> |
|
|
|
<Button onClick={() => router.push("/settings/shop/board")}>{t("Back")}</Button> |
|
|
|
</Box> |
|
|
|
); |
|
|
|
} |
|
|
|
@@ -347,7 +347,7 @@ const ShopDetail: React.FC = () => { |
|
|
|
<CardContent> |
|
|
|
<Box sx={{ display: "flex", justifyContent: "space-between", alignItems: "center", mb: 2 }}> |
|
|
|
<Typography variant="h6">{t("Shop Information")}</Typography> |
|
|
|
<Button onClick={() => router.push("/settings/shop?tab=0")}>{t("Back")}</Button> |
|
|
|
<Button onClick={() => router.push("/settings/shop/board")}>{t("Back")}</Button> |
|
|
|
</Box> |
|
|
|
|
|
|
|
<Box sx={{ display: "flex", flexDirection: "column", gap: 2 }}> |
|
|
|
|