fix down vote button

This commit is contained in:
hzrd149 2023-10-25 10:40:50 -05:00
parent b150aac326
commit e9db90ac7c

View File

@ -74,6 +74,7 @@ export default function PostVoteButtons({
isLoading={loading}
onClick={() => addVote("-")}
isDisabled={!account || !!hasUpVote || !!hasDownVote}
colorScheme={hasDownVote ? "primary" : "gray"}
/>
</Card>
);