Attempt to fix progress meter not displaying

This commit is contained in:
Regalijan 2024-03-25 23:25:46 -04:00
parent 09fae0594e
commit 8bf794c2d2
Signed by: regalijan
GPG Key ID: 5D4196DA269EF520

View File

@ -309,7 +309,7 @@ export default function () {
Submit
</Button>
<CircularProgress
display={uploading ? undefined : "none"}
display={uploading ? "" : "none"}
value={fileProgress}
>
<CircularProgressLabel>{fileProgress}%</CircularProgressLabel>