Skip to content

Commit

Permalink
🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
noeypatt committed Apr 26, 2020
1 parent d5adf51 commit 020ffbf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/Empty.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const Empty = () => {
{
typeof document === 'undefined' ?
null :
<Dashboard>

<div className="warp-empty">
<div className="content-empty">
<img src="/static/empty.jpg" alt="empty" />
Expand All @@ -20,7 +20,6 @@ const Empty = () => {
<h5>หน้าหลัก</h5>
</Link>
</div>
</Dashboard>
}
</React.Fragment>
)
Expand Down

1 comment on commit 020ffbf

@vercel
Copy link

@vercel vercel bot commented on 020ffbf Apr 26, 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.