diff --git a/frontend/src/ts/test/test-ui.ts b/frontend/src/ts/test/test-ui.ts index 459e1d471..1374b552d 100644 --- a/frontend/src/ts/test/test-ui.ts +++ b/frontend/src/ts/test/test-ui.ts @@ -1395,7 +1395,9 @@ async function loadWordsHistory(): Promise { wordEl += "" + char + ""; } wordEl += ""; - } catch {} + } catch { + wordEl += ""; + } } wordsHTML += wordEl; }