From fddbd8ff2d7c720011db2cc2809d68ec2d4813ce Mon Sep 17 00:00:00 2001 From: krishna2323 Date: Tue, 14 Oct 2025 11:53:56 +0530 Subject: [PATCH] fix: Dependant tags - Subtag shows two chevrons. Signed-off-by: krishna2323 --- src/pages/workspace/tags/WorkspaceViewTagsPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/workspace/tags/WorkspaceViewTagsPage.tsx b/src/pages/workspace/tags/WorkspaceViewTagsPage.tsx index cb1c69f8573c..78ab02f92bdb 100644 --- a/src/pages/workspace/tags/WorkspaceViewTagsPage.tsx +++ b/src/pages/workspace/tags/WorkspaceViewTagsPage.tsx @@ -131,7 +131,7 @@ function WorkspaceViewTagsPage({route}: WorkspaceViewTagsProps) { enabled: tag.enabled, isDisabled: tag.pendingAction === CONST.RED_BRICK_ROAD_PENDING_ACTION.DELETE, rightElement: hasDependentTags ? ( - + ) : (