diff --git a/src/routes/_components/NavItem.html b/src/routes/_components/NavItem.html index 50d3ac58..7f0ca88a 100644 --- a/src/routes/_components/NavItem.html +++ b/src/routes/_components/NavItem.html @@ -144,7 +144,7 @@ (name === 'notifications' && $hasNotifications) || (name === 'community' && $hasFollowRequests) ), badgeNumber: ({ name, $numberOfNotifications, $numberOfFollowRequests }) => ( - (name === 'notifications' && $numberOfNotifications) || (name === 'community' && $numberOfFollowRequests) + (name === 'notifications' && $numberOfNotifications) || (name === 'community' && $numberOfFollowRequests) || 0 ) }, methods: { diff --git a/src/routes/_components/compose/LazyComposeBox.html b/src/routes/_components/compose/LazyComposeBox.html index 15289e39..2d8edcf1 100644 --- a/src/routes/_components/compose/LazyComposeBox.html +++ b/src/routes/_components/compose/LazyComposeBox.html @@ -2,11 +2,14 @@ {/if}