From 5e7f72dc24f73c734f31c5385f044c5ada0a2feb Mon Sep 17 00:00:00 2001 From: Bianca Wentzel Date: Wed, 25 Sep 2024 10:14:47 +0200 Subject: [PATCH] hiding stop button while no request is done --- assets/js/Containers/FrevaGPT/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/Containers/FrevaGPT/index.js b/assets/js/Containers/FrevaGPT/index.js index d7bd0338..685438b8 100644 --- a/assets/js/Containers/FrevaGPT/index.js +++ b/assets/js/Containers/FrevaGPT/index.js @@ -262,7 +262,7 @@ const ChatBot = () => { {loading ? () - : () + : null }