diff --git a/src/Components/Map/Subcomponents/ItemPopupComponents/StartEndView.tsx b/src/Components/Map/Subcomponents/ItemPopupComponents/StartEndView.tsx index eaf2c56c..ef3295a1 100644 --- a/src/Components/Map/Subcomponents/ItemPopupComponents/StartEndView.tsx +++ b/src/Components/Map/Subcomponents/ItemPopupComponents/StartEndView.tsx @@ -1,4 +1,6 @@ /* eslint-disable @typescript-eslint/prefer-optional-chain */ +import CalendarIcon from '@heroicons/react/24/outline/CalendarIcon' + import type { Item } from '#types/Item' /** @@ -8,20 +10,7 @@ export const StartEndView = ({ item }: { item?: Item }) => { return (
- - - +
- - - +