diff --git a/src/components/MapsSection/MapsSection.tsx b/src/components/MapsSection/MapsSection.tsx index dc9ee03..1e53426 100644 --- a/src/components/MapsSection/MapsSection.tsx +++ b/src/components/MapsSection/MapsSection.tsx @@ -18,7 +18,6 @@ import { } from "./MapsSection.styles"; import { useEffect, useState } from "react"; import { IEEInfo, ISectionHeader } from "@/utils/interfaces"; -import { capitalize } from "@/utils/functions"; import { defaultEEInfo } from "@/utils/constants"; import { Icon } from "../Icon/Icon"; import { SectionHeader } from "../SectionHeader/SectionHeader"; @@ -106,7 +105,7 @@ const MapsSection = ({ > - {capitalize(tag.name)} + {tag.name} onChange(id)} onClick={() => onClick(id, false)} /> - + ); };