nit: comment fix
This commit is contained in:
parent
8675d28e96
commit
3bd2321b83
@ -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] =
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user