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