Pass limit > 0
This commit is contained in:
parent
a34f73c60e
commit
8043127319
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user