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 5f59751 commit 78661a6Copy full SHA for 78661a6
1 file changed
src/pages/editor/create.tsx
@@ -88,7 +88,7 @@ export const skillsArray = [
88
] as const;
89
90
export default function Editor() {
91
- let [disabled, setDisabled] = useState(false);
+ const [disabled, setDisabled] = useState(false);
92
const router = useRouter();
93
const { uploadPlayers } = usePlayers();
94
@@ -447,7 +447,7 @@ export default function Editor() {
447
</SelectTrigger>
448
</FormControl>
449
<SelectContent>
450
- <SelectItem value="1">0</SelectItem>
+ <SelectItem value="0">0</SelectItem>
451
<SelectItem value="1">1</SelectItem>
452
<SelectItem value="2">2</SelectItem>
453
</SelectContent>
0 commit comments