Update renderer/pages/index.tsx

Co-authored-by: NayamAmarshe <nayamamarshe@protonmail.com>
This commit is contained in:
Yevgeniy Akimenko
2023-05-02 13:07:34 -07:00
committed by GitHub
parent 27c6c51448
commit e2b26f0608

View File

@@ -632,8 +632,8 @@ const Home = () => {
"file://" +
`${
upscaledImagePath
? formattedUpscaledImagePath
: formattedImagePath
? upscaledImagePath
: imagePath
}`
}
onLoad={(e: any) => {