From 3cf27db2f090914ca31bb8f315904ec8dcc9253e Mon Sep 17 00:00:00 2001 From: notV4l Date: Tue, 6 Aug 2024 17:20:50 +0200 Subject: [PATCH] end playtest --- web/src/components/layout/ConnectionError.tsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/web/src/components/layout/ConnectionError.tsx b/web/src/components/layout/ConnectionError.tsx index 8f9b1192..c4718f85 100644 --- a/web/src/components/layout/ConnectionError.tsx +++ b/web/src/components/layout/ConnectionError.tsx @@ -11,15 +11,16 @@ const ConnectionError = ({ errors }: { errors: (string | undefined)[] }) => { rip - Unable to connect + Playtest has ended! + {/* Unable to connect {errors.map((e,key) => { if (e) { return {e}; } - })} + })} */} - + {/* Try to refresh