1
0
mirror of https://github.com/nolanlawson/pinafore synced 2025-01-10 10:16:20 +01:00

remove unnecessary div

This commit is contained in:
Nolan Lawson 2018-01-14 22:32:43 -08:00
parent 9492ff4022
commit 3b26a8bfe6

View File

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