We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a5558a7 + 120bf8f commit a4cb71fCopy full SHA for a4cb71f
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