feat: shuffle ui

This commit is contained in:
Ibrahima G. Coulibaly
2024-07-14 00:36:49 +01:00
parent 46859592cf
commit 31f0ad9f32
3 changed files with 135 additions and 48 deletions

View File

@@ -118,7 +118,7 @@ export default function Rotate() {
{rotationDirections.map(({ title, description, value }) => (
<SimpleRadio
key={`${value}`}
onClick={() => updateField('right', Boolean(value))}
onClick={() => updateField('right', value)}
title={title}
description={description}
checked={values.right === value}