From 079ee7caf3c1869e93acd4dc2573fb8f0d2691dc Mon Sep 17 00:00:00 2001 From: KS Jannette Date: Wed, 11 Feb 2026 19:29:39 -0500 Subject: [PATCH] cleanie --- frontend/src/components/stickies.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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) => (