There was an error while loading. Please reload this page.
1 parent 8a954d3 commit 3eababbCopy full SHA for 3eababb
1 file changed
web/components/votes/vote-info.tsx
@@ -14,7 +14,7 @@ import {Title} from "web/components/widgets/title";
14
import toast from "react-hot-toast";
15
import {Vote, VoteItem} from 'web/components/votes/vote-item'
16
17
-export function VoteComponent(props: {}) {
+export function VoteComponent() {
18
const user = useUser()
19
20
const {data: votes, refresh: refreshVotes} = useGetter(
0 commit comments