Skip to content

Commit

Permalink
fixed minor issue
Browse files Browse the repository at this point in the history
  • Loading branch information
akanshaaa19 committed Aug 9, 2024
1 parent 4db15a8 commit 5bfdcf3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export const UploadContactsDialog = ({ setDialog }: UploadContactsDialogProps) =
return (
<>
{form}
{!showStatus && dialog}
{showStatus && dialog}
</>
);
};
Expand Down

0 comments on commit 5bfdcf3

Please sign in to comment.