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.
1 parent 8b21145 commit 2802833Copy full SHA for 2802833
src/app/(authenticated)/users/[id]/buttons/ValidateSpinButton.tsx
@@ -48,7 +48,8 @@ export default function ValidateSpinButton({
48
onClick={validateSpinWheel}
49
>
50
<FerrisWheel size={16} />
51
- Validate Spin the Wheel
+ Validate Spin the Wheel ({spinWheelData?.signatures.length ?? 0}/
52
+ {SPIN_WHEEL_MAXIMUM})
53
</button>
54
);
55
}
0 commit comments