From 9dab752f687bbca823df557a3e1a0d06d0db7bb2 Mon Sep 17 00:00:00 2001 From: Aldo Canepa Date: Wed, 17 Apr 2024 11:54:09 -0700 Subject: [PATCH] style --- src/pages/workspace/accounting/PolicyAccountingPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/workspace/accounting/PolicyAccountingPage.tsx b/src/pages/workspace/accounting/PolicyAccountingPage.tsx index 52da184ca5f6..216bf70df442 100644 --- a/src/pages/workspace/accounting/PolicyAccountingPage.tsx +++ b/src/pages/workspace/accounting/PolicyAccountingPage.tsx @@ -76,7 +76,7 @@ function PolicyAccountingPage({policy, connectionSyncProgress}: PolicyAccounting return [ { icon: Expensicons.QBOSquare, - iconType: CONST.ICON_TYPE_AVATAR + iconType: CONST.ICON_TYPE_AVATAR, interactive: false, wrapperStyle: [styles.sectionMenuItemTopDescription], shouldShowRightComponent: true,