mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-04-16 04:27:45 -04:00
Fix
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user