Merge branch 'file-upload' into collection-ops

This commit is contained in:
Abhinav-grd 2021-01-19 14:00:51 +05:30
commit e3c1b412e5

View file

@ -16,7 +16,7 @@ export default function UploadProgress({ fileCounter, uploadStage, now, ...props
</Modal.Title>
</Modal.Header>
<Modal.Body>
{now == 100 ? (
{now === 100 ? (
<Alert variant='success'>Upload Completed</Alert>
) : (
<>