Skip to content

Commit

Permalink
Style loading div in List
Browse files Browse the repository at this point in the history
  • Loading branch information
pmallol committed May 12, 2020
1 parent aed1984 commit 2094e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/List.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const List = () => {

if(gardens === null) {
return (
<div>
<div className={styles.list}>
Loading...
</div>
)
Expand Down

1 comment on commit 2094e78

@vercel
Copy link

@vercel vercel bot commented on 2094e78 May 12, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.