remove unnecessary div
This commit is contained in:
parent
9492ff4022
commit
3b26a8bfe6
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
<Layout page='home'>
|
||||
{{#if $isUserLoggedIn}}
|
||||
<div><Timeline target='home' /></div>
|
||||
<Timeline target='home' />
|
||||
{{else}}
|
||||
<NotLoggedInHome/>
|
||||
{{/if}}
|
||||
|
|
Loading…
Add table
Reference in a new issue