Skip to content

Commit 9c36f35

Browse files
committed
Remove unnecessary sentryLabel prop
Removed the sentryLabel prop that was added outside the scope of the original issue. The fix should only change the margin from mb3 to mb2.
1 parent fdfd8b1 commit 9c36f35

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/pages/workspace/expensifyCard/WorkspaceExpensifyCardListPage.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ function WorkspaceExpensifyCardListPage({route, cardsList, fundID}: WorkspaceExp
164164
role={CONST.ROLE.BUTTON}
165165
style={[styles.mh5, styles.br3, styles.mb2, styles.highlightBG]}
166166
accessibilityLabel="row"
167-
sentryLabel="WorkspaceExpensifyCardListPage-CardRow"
168167
hoverStyle={[styles.hoveredComponentBG]}
169168
onPress={() => Navigation.navigate(ROUTES.WORKSPACE_EXPENSIFY_CARD_DETAILS.getRoute(policyID, item.cardID.toString()))}
170169
>

0 commit comments

Comments
 (0)