mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-03-26 17:52:18 +01:00
fix down vote button
This commit is contained in:
parent
b150aac326
commit
e9db90ac7c
@ -74,6 +74,7 @@ export default function PostVoteButtons({
|
||||
isLoading={loading}
|
||||
onClick={() => addVote("-")}
|
||||
isDisabled={!account || !!hasUpVote || !!hasDownVote}
|
||||
colorScheme={hasDownVote ? "primary" : "gray"}
|
||||
/>
|
||||
</Card>
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user