remove unnecessary div

This commit is contained in:
Nolan Lawson 2018-01-14 22:32:43 -08:00
parent 9492ff4022
commit 3b26a8bfe6
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<Layout page='home'>
{{#if $isUserLoggedIn}}
<div><Timeline target='home' /></div>
<Timeline target='home' />
{{else}}
<NotLoggedInHome/>
{{/if}}