From 3eababb742a1f093d738428b87da6be0469dbabb Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Fri, 17 Oct 2025 23:19:20 +0200 Subject: [PATCH] Fix --- web/components/votes/vote-info.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/votes/vote-info.tsx b/web/components/votes/vote-info.tsx index 4414fbd9..0bc3c493 100644 --- a/web/components/votes/vote-info.tsx +++ b/web/components/votes/vote-info.tsx @@ -14,7 +14,7 @@ import {Title} from "web/components/widgets/title"; import toast from "react-hot-toast"; import {Vote, VoteItem} from 'web/components/votes/vote-item' -export function VoteComponent(props: {}) { +export function VoteComponent() { const user = useUser() const {data: votes, refresh: refreshVotes} = useGetter(