From baaf7c4533ca906b05348700621bfb4e4917de4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Lumbroso?= Date: Tue, 5 Mar 2024 23:44:22 -0500 Subject: [PATCH] fix: fixed lacking `key` in Keyboard --- src/components/Keyboard.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/Keyboard.tsx b/src/components/Keyboard.tsx index 672db6f..ce48cb3 100644 --- a/src/components/Keyboard.tsx +++ b/src/components/Keyboard.tsx @@ -56,6 +56,7 @@ function Keyboard() { {keys1.map((key) => { return ( @@ -66,6 +67,7 @@ function Keyboard() { {keys2.map((key) => { return ( @@ -77,6 +79,7 @@ function Keyboard() { {keys3.map((key) => { return (