This commit is contained in:
2026-01-15 11:08:54 +03:00
parent e50d2dfd4c
commit 046773cb8b
3 changed files with 12 additions and 12 deletions

View File

@@ -1,7 +1,5 @@
import { Divider } from "antd";
import ProText from "components/ProText";
import { Dispatch, SetStateAction } from "react";
import { useTranslation } from "react-i18next";
import { TheExtrasGroup } from "utils/types/appTypes";
@@ -16,7 +14,6 @@ export default function ExtraGroupsContainer({
selectedExtrasByGroup: Record<number, string[]>;
setSelectedExtrasByGroup: Dispatch<SetStateAction<Record<number, string[]>>>;
}) {
const { t } = useTranslation();
return (
<>
@@ -24,7 +21,7 @@ export default function ExtraGroupsContainer({
<div>
<Divider style={{ margin: "0 0 16px 0" }} />
<div
{/* <div
style={{
display: "flex",
justifyContent: "space-between",
@@ -38,7 +35,7 @@ export default function ExtraGroupsContainer({
<ProText strong style={{ fontSize: "0.75rem" }}>
{t("menu.optional")}
</ProText>
</div>
</div> */}
{/* <ProText strong style={{ fontSize: "0.75rem" }}>
{t("menu.choose1")}