UX: Double show double hr when there aren't any notifications.

This commit is contained in:
Guo Xiang Tan 2016-02-29 12:30:36 +08:00
parent 9e46690086
commit 3ce4e568f4

View File

@ -23,8 +23,8 @@
<div class='notifications'>
{{#conditional-loading-spinner condition=loadingNotifications containerClass="spinner-container"}}
<hr>
{{#if notifications}}
<hr>
<ul>
{{#each notifications as |n|}}
{{notification-item notification=n}}