1
0
Fork 0

Only show "New posts" when more than 1 new post

This commit is contained in:
Lim Chee Aun 2022-12-18 11:53:58 +08:00
parent 03b319a517
commit 548af18bee

View file

@ -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"