diff --git a/frontend/src/components/Sidebar.tsx b/frontend/src/components/Sidebar.tsx index 98d3c60..1661ed0 100644 --- a/frontend/src/components/Sidebar.tsx +++ b/frontend/src/components/Sidebar.tsx @@ -57,7 +57,7 @@ export default function Sidebar() { }} > {c.name} - {c.id === currentCampaign?.id && \u2713} + {c.id === currentCampaign?.id && {"\u2713"}} ))}