Skip to content
This repository has been archived by the owner on Nov 12, 2020. It is now read-only.

Commit

Permalink
未ログイン時の挙動を修正”
Browse files Browse the repository at this point in the history
  • Loading branch information
nkgrnkgr committed Mar 16, 2019
1 parent 869c2df commit d280a75
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,13 @@ const app: React.SFC = () => (
<div className="container">
<AuthWrapper>
<EditLt {...props} />
<div style={{ height: '200px' }} />
</AuthWrapper>
<AuthWrapper isAuthenComponent={false}>
<LoginRequired canLoginAnonymously={false} />
<div style={{ height: '350px' }} />
</AuthWrapper>
</div>
<div style={{ height: '200px' }} />
</section>
</div>
)}
Expand Down

0 comments on commit d280a75

Please sign in to comment.