Skip to content

Commit

Permalink
fix(ContactsList): Center the spinner when fetching data
Browse files Browse the repository at this point in the history
  • Loading branch information
JF-Cozy committed Oct 2, 2023
1 parent be65396 commit 52791a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/ContactsListModal/ContactsListContent.jsx
Expand Up @@ -52,7 +52,7 @@ const ContactsListContent = ({

if (loading) {
return (
<div className="u-mv-2">
<div className="u-mv-2 u-ta-center">
<Spinner size="xxlarge" />
</div>
)
Expand Down

0 comments on commit 52791a1

Please sign in to comment.