diff --git a/web/components/votes/vote-item.tsx b/web/components/votes/vote-item.tsx index f7ea49e0..1eeb5c0c 100644 --- a/web/components/votes/vote-item.tsx +++ b/web/components/votes/vote-item.tsx @@ -24,7 +24,7 @@ export function VoteItem(props: { useEffect(() => { getVoteCreator(vote.creator_id).then(setCreator) }, [vote.creator_id]) - console.debug('creator', creator) + // console.debug('creator', creator) return (