This commit is contained in:
MartinBraquet
2025-10-17 23:19:20 +02:00
parent 8a954d3c20
commit 3eababb742

View File

@@ -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(