From a1e73f7cc5da31274dd6651e8931811a284d8afb Mon Sep 17 00:00:00 2001 From: Fons van der Plas Date: Thu, 3 Oct 2024 21:27:41 +0200 Subject: [PATCH] test ignore me again --- frontend/components/ErrorMessage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/components/ErrorMessage.js b/frontend/components/ErrorMessage.js index d40bc0bc1..53b32c954 100644 --- a/frontend/components/ErrorMessage.js +++ b/frontend/components/ErrorMessage.js @@ -499,7 +499,7 @@ const Motivation = ({ stacktrace }) => { const msg = useMemo(() => { return motivational_words[Math.floor(Math.random() * motivational_words.length)] }, [stacktrace]) - + sdf return msg == null ? null : html`