From 1dc533b62a53dabf9147307c6694035f4c1aca92 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Sat, 29 Apr 2023 21:48:18 +0800 Subject: [PATCH] Add loading indicator for slow relationships --- src/components/account-info.jsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/account-info.jsx b/src/components/account-info.jsx index 999402c3..be582d64 100644 --- a/src/components/account-info.jsx +++ b/src/components/account-info.jsx @@ -778,6 +778,9 @@ function RelatedActions({ info, instance, authenticated }) { )} + {!relationship && relationshipUIState === 'loading' && ( + + )} {!!relationship && (