diff --git a/src/dashboardWebView/components/Icons/PinIcon.tsx b/src/dashboardWebView/components/Icons/PinIcon.tsx index 438bbeb4..ae20db7d 100644 --- a/src/dashboardWebView/components/Icons/PinIcon.tsx +++ b/src/dashboardWebView/components/Icons/PinIcon.tsx @@ -8,6 +8,6 @@ export const PinIcon: React.FunctionComponent = ({ className }: React.PropsWithChildren) => { return ( - + ); }; \ No newline at end of file