Update pages/settings/teams.tsx
Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>pull/333/head
parent
9eff620ee0
commit
715033f4e1
|
@ -104,7 +104,7 @@ export default function Teams() {
|
|||
{!!invites.length && <div>
|
||||
<h2 className="text-lg leading-6 font-medium text-gray-900">Open Invitations</h2>
|
||||
<ul className="border px-2 rounded mt-2 mb-2 divide-y divide-gray-200">
|
||||
{invites.map((team) => <TeamListItem onChange={loadData} key={team.id} team={team}></TeamListItem>)}
|
||||
{invites.map((team) => (
|
||||
</ul>
|
||||
</div>}
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue