Only show "My Groups" when there is at least 1 group

This commit is contained in:
Austin Chen 2022-06-29 17:54:08 -05:00
parent 19d12c949a
commit 7bbc425690

View File

@ -107,7 +107,7 @@ export default function Groups(props: {
<Tabs
tabs={[
...(user
...(user && memberGroupIds.length > 0
? [
{
title: 'My Groups',