Skip to content

Commit

Permalink
Fix snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
siepra committed Sep 12, 2023
1 parent 02e42b3 commit 6be541b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ exports[`Spinner component renders loading screen if not ready 1`] = `
style={
{
"alignItems": "center",
"backgroundColor": "#ffffff",
"flex": 1,
"justifyContent": "center",
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ exports[`JoinCommunity component renders loading screen if not ready 1`] = `
style={
{
"alignItems": "center",
"backgroundColor": "#ffffff",
"flex": 1,
"justifyContent": "center",
}
Expand Down

0 comments on commit 6be541b

Please sign in to comment.