Only show "New posts" when more than 1 new post
This commit is contained in:
parent
03b319a517
commit
548af18bee
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ function Home({ hidden }) {
|
||||||
<Icon icon="notification" size="l" alt="Notifications" />
|
<Icon icon="notification" size="l" alt="Notifications" />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
{snapStates.homeNew.length > 0 && (
|
{snapStates.homeNew.length > 1 && (
|
||||||
<button
|
<button
|
||||||
class="updates-button"
|
class="updates-button"
|
||||||
type="button"
|
type="button"
|
||||||
|
|
Loading…
Add table
Reference in a new issue