mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-21 16:55:25 +03:00
Let's change this and see if it's annoying
This commit is contained in:
parent
d0cdc48bb4
commit
33637c76d1
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ export default ({ hidden }) => {
|
|||
<Icon icon="notification" size="l" alt="Notifications" />
|
||||
</a>
|
||||
</div>
|
||||
{snapStates.homeNew.length > 1 && (
|
||||
{snapStates.homeNew.length > 0 && (
|
||||
<button
|
||||
class="updates-button"
|
||||
type="button"
|
||||
|
|
Loading…
Reference in a new issue