mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-14 12:18:30 +03:00
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" />
|
||||
</a>
|
||||
</div>
|
||||
{snapStates.homeNew.length > 0 && (
|
||||
{snapStates.homeNew.length > 1 && (
|
||||
<button
|
||||
class="updates-button"
|
||||
type="button"
|
||||
|
|
Loading…
Add table
Reference in a new issue