diff --git a/app/components/store/SizeChartSection.tsx b/app/components/store/SizeChartSection.tsx index 19cbb9a..bd367ea 100644 --- a/app/components/store/SizeChartSection.tsx +++ b/app/components/store/SizeChartSection.tsx @@ -20,11 +20,6 @@ interface SizeChartSectionProps { showError?: boolean; } -const UNITS: { value: string; label: string }[] = [ - { value: "cm", label: "سانتیمتر" }, - { value: "inch", label: "اینچ" }, -]; - export function SizeChartSection({ value, onChange, @@ -171,26 +166,8 @@ export function SizeChartSection({
)} - {/* Unit toggle */} -