diff --git a/frontend/src/components/stickies.tsx b/frontend/src/components/stickies.tsx index 80c2599..7d95809 100644 --- a/frontend/src/components/stickies.tsx +++ b/frontend/src/components/stickies.tsx @@ -26,7 +26,9 @@ const Stickies = () => { return (
-
{clusters.map((group) => (
@@ -46,7 +48,9 @@ const Stickies = () => { return (
-
{stickies?.map((sticky) => (