From 3bd2321b838e0e565681831764ef6f235eb00d58 Mon Sep 17 00:00:00 2001 From: Abi Raja Date: Thu, 7 Dec 2023 13:34:23 -0500 Subject: [PATCH] nit: comment fix --- frontend/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 216c572..f1301e0 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -62,7 +62,7 @@ function App() { // App history const [appHistory, setAppHistory] = useState([]); - // Tracks the currently viewed version from app history + // Tracks the currently shown version from app history const [currentVersion, setCurrentVersion] = useState(null); const [shouldIncludeResultImage, setShouldIncludeResultImage] =