Skip to content

Commit 3eababb

Browse files
committed
Fix
1 parent 8a954d3 commit 3eababb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/components/votes/vote-info.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import {Title} from "web/components/widgets/title";
1414
import toast from "react-hot-toast";
1515
import {Vote, VoteItem} from 'web/components/votes/vote-item'
1616

17-
export function VoteComponent(props: {}) {
17+
export function VoteComponent() {
1818
const user = useUser()
1919

2020
const {data: votes, refresh: refreshVotes} = useGetter(

0 commit comments

Comments
 (0)