From d37ca84ebe776270a4136634ca4a15830bb36748 Mon Sep 17 00:00:00 2001 From: Peer_Rich Date: Mon, 13 Sep 2021 12:26:08 +0100 Subject: [PATCH] fixed "Disband Team" Button (likely Radix upgrade) (#631) * applied same fix for as={Button}, likely radix upgrade bug * using asChild to prevent --- components/team/TeamListItem.tsx | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/components/team/TeamListItem.tsx b/components/team/TeamListItem.tsx index 4333b9bb..03745e4d 100644 --- a/components/team/TeamListItem.tsx +++ b/components/team/TeamListItem.tsx @@ -137,15 +137,16 @@ export default function TeamListItem(props: {
  • - { - e.stopPropagation(); - }} - color="warn" - StartIcon={TrashIcon} - className="w-full"> - Disband Team + +