From 69b0efc7a095486821c2edd109ee9e324378c629 Mon Sep 17 00:00:00 2001 From: Benjamin Bolte Date: Tue, 5 Nov 2024 06:24:38 -0800 Subject: [PATCH] small tweak --- frontend/src/components/terminal/TerminalRobotModel.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/terminal/TerminalRobotModel.tsx b/frontend/src/components/terminal/TerminalRobotModel.tsx index e3c46c28..82ce8d84 100644 --- a/frontend/src/components/terminal/TerminalRobotModel.tsx +++ b/frontend/src/components/terminal/TerminalRobotModel.tsx @@ -54,6 +54,7 @@ const TerminalRobotModel = ({ listingId }: Props) => { useEffect(() => { (async () => { + setIsLoading(true); if (!urdfUrl) { setIsLoading(false); return;