From 1f09937e6b97a392c7a6c6c8eedb302178da0896 Mon Sep 17 00:00:00 2001 From: Shreeyash Shrestha Date: Wed, 20 May 2026 16:47:12 +0545 Subject: [PATCH] feat(dref-ops): filter loan option for the DREF operational update form - add missing condition for remove user button in ShareUserItem --- .../components/domain/ShareUserItem/index.tsx | 2 +- .../Overview/index.tsx | 21 +++++++++++-------- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/app/src/components/domain/ShareUserItem/index.tsx b/app/src/components/domain/ShareUserItem/index.tsx index 60eb2ba591..827b0acbe7 100644 --- a/app/src/components/domain/ShareUserItem/index.tsx +++ b/app/src/components/domain/ShareUserItem/index.tsx @@ -37,7 +37,7 @@ function ShareUserItem(props: Props) { readOnly spacingOffset={-2} spacing="sm" - after={( + after={onUserRemove && (