From 8f6870c6ffbef6d6247850cacfe628cb63f43337 Mon Sep 17 00:00:00 2001 From: Halit Aksoy Date: Sat, 3 Sep 2022 23:28:14 +0300 Subject: [PATCH] fix typo --- src/MancalaApp.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MancalaApp.tsx b/src/MancalaApp.tsx index 0dd1c4f..d7e5881 100644 --- a/src/MancalaApp.tsx +++ b/src/MancalaApp.tsx @@ -97,7 +97,7 @@ const MancalaApp: FunctionComponent = () => { - {connectionStateText()} + {connectionStateText()} );