Skip to content

Commit 2802833

Browse files
committed
Add signatures length to spin the wheel button
1 parent 8b21145 commit 2802833

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/app/(authenticated)/users/[id]/buttons/ValidateSpinButton.tsx

+2-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ export default function ValidateSpinButton({
4848
onClick={validateSpinWheel}
4949
>
5050
<FerrisWheel size={16} />
51-
Validate Spin the Wheel
51+
Validate Spin the Wheel ({spinWheelData?.signatures.length ?? 0}/
52+
{SPIN_WHEEL_MAXIMUM})
5253
</button>
5354
);
5455
}

0 commit comments

Comments
 (0)