We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ebafc97 + 6c4656e commit 120bf8fCopy full SHA for 120bf8f
1 file changed
packages/ui/components/veion/VotesManagementFooter.tsx
@@ -157,7 +157,7 @@ function VotesManagementFooter({ tokenId }: VotesManagementFooterProps) {
157
<button
158
onClick={handleFullReset}
159
className="px-4 py-2 text-sm text-white/60 hover:text-white/80 transition-colors border border-white/20 rounded-lg disabled:opacity-50 disabled:cursor-not-allowed"
160
- disabled={!hasVotes || isVoting}
+ disabled={isVoting}
161
>
162
Reset
163
</button>
0 commit comments