Skip to content

Commit

Permalink
Remove double loading spinner
Browse files Browse the repository at this point in the history
  • Loading branch information
caleballdrin committed Jun 20, 2024
1 parent 427a331 commit 9077c39
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/Tool/MergeContacts/MergeContacts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,6 @@ const MergeContacts: React.FC<Props> = ({
</Typography>
</Box>
</Grid>
{(loading || updating) && (
<LoadingSpinner firstLoad={true} data-testid="LoadingSpinner" />
)}
<ButtonHeaderBox>
<Box>
<Typography>
Expand Down

0 comments on commit 9077c39

Please sign in to comment.