nit: comment fix

This commit is contained in:
Abi Raja 2023-12-07 13:34:23 -05:00
parent 8675d28e96
commit 3bd2321b83

View File

@ -62,7 +62,7 @@ function App() {
// App history // App history
const [appHistory, setAppHistory] = useState<History>([]); const [appHistory, setAppHistory] = useState<History>([]);
// Tracks the currently viewed version from app history // Tracks the currently shown version from app history
const [currentVersion, setCurrentVersion] = useState<number | null>(null); const [currentVersion, setCurrentVersion] = useState<number | null>(null);
const [shouldIncludeResultImage, setShouldIncludeResultImage] = const [shouldIncludeResultImage, setShouldIncludeResultImage] =