From d39619767549720ea9ec02e40f48abb556b6a9a4 Mon Sep 17 00:00:00 2001 From: moebiusl Date: Fri, 11 Oct 2024 22:17:22 +0200 Subject: [PATCH] change type of variable --- src/app/glp/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/glp/page.tsx b/src/app/glp/page.tsx index 57adaac..cb5e061 100644 --- a/src/app/glp/page.tsx +++ b/src/app/glp/page.tsx @@ -216,7 +216,7 @@ const GlpPage = () => { } catch (err) { setIsLoading(false); - addMessage("
" + err.toString() + "
"); + //addMessage("
" + err.toString() + "
"); console.log(err); } };