From 50f0b38f425523f5e30d3c4a4df1efcdcaa41bb3 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Wed, 14 Jun 2023 06:00:06 +0800 Subject: [PATCH] Add 'group' tag to accounts --- src/components/account-info.jsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/components/account-info.jsx b/src/components/account-info.jsx index a223d091..755965b0 100644 --- a/src/components/account-info.jsx +++ b/src/components/account-info.jsx @@ -275,6 +275,13 @@ function AccountInfo({ )} + {group && ( + <> + + Group + + + )}