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] =