diff --git a/webapp/channels/src/components/invitation_modal/result_table.tsx b/webapp/channels/src/components/invitation_modal/result_table.tsx index 55fc3e2b1c..75c4affe83 100644 --- a/webapp/channels/src/components/invitation_modal/result_table.tsx +++ b/webapp/channels/src/components/invitation_modal/result_table.tsx @@ -90,22 +90,24 @@ export default function ResultTable(props: Props) { return (
|
+ |
+
+ |
+
{icon}
{username}
{botBadge}
{guestBadge}
-
-
+ |
+ {reason} - - + | + ); })} - -
|---|