Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Attempt to fix progress meter not displaying
  • Loading branch information
regalijan committed Mar 26, 2024
1 parent 09fae05 commit 8bf794c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/report.tsx
Expand Up @@ -309,7 +309,7 @@ export default function () {
Submit
</Button>
<CircularProgress
display={uploading ? undefined : "none"}
display={uploading ? "" : "none"}
value={fileProgress}
>
<CircularProgressLabel>{fileProgress}%</CircularProgressLabel>
Expand Down

0 comments on commit 8bf794c

Please sign in to comment.