Pass limit > 0

This commit is contained in:
Ian Philips 2022-07-07 14:39:22 -06:00
parent a34f73c60e
commit 8043127319

View File

@ -270,7 +270,7 @@ function GroupsList(props: {
{
customHref: '/group/',
},
memberItems.length
memberItems.length > 0 ? memberItems.length : undefined
)
// Set notification as seen if our current page is equal to the isSeenOnHref property