{navigationOptions.map((item) =>
item.name === 'Notifications' ? (
{user && (
}
menuItems={[
{ name: 'Explore', href: '/groups' },
...memberItems,
]}
className={'relative z-50 flex-shrink-0'}
/>
)}
) : (
)
)}
}
/>
{user?.username === 'RichardHanania' && (