Skip to content

Commit

Permalink
use CONST.RED_BRICK_ROAD_PENDING_ACTION.DELETE.
Browse files Browse the repository at this point in the history
Signed-off-by: Krishna Gupta <[email protected]>
  • Loading branch information
Krishna2323 committed Apr 8, 2024
1 parent 777eabc commit 6b698ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/workspace/WorkspacesListPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ function WorkspacesListPage({policies, allPolicyMembers, reimbursementAccount, r
layoutWidth={isLessThanMediumScreen ? CONST.LAYOUT_WIDTH.NARROW : CONST.LAYOUT_WIDTH.WIDE}
brickRoadIndicator={item.brickRoadIndicator}
shouldDisableThreeDotsMenu={item.disabled}
style={[item.pendingAction === 'delete' ? styles.offlineFeedback.deleted : {}]}
style={[item.pendingAction === CONST.RED_BRICK_ROAD_PENDING_ACTION.DELETE ? styles.offlineFeedback.deleted : {}]}
/>
)}
</PressableWithoutFeedback>
Expand Down

0 comments on commit 6b698ef

Please sign in to comment.