Fixed progress bug

This commit is contained in:
Nayam Amarshe
2022-08-27 15:55:23 +05:30
parent 6f81fd05aa
commit 56af5c780a

View File

@@ -19,6 +19,7 @@ const Home = () => {
const [version, setVersion] = useState("");
const resetImagePaths = () => {
setProgress("");
SetImagePath("");
setUpscaledImagePath("");
};