Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardoj committed Sep 4, 2024
1 parent 6baa2fb commit 4f6c2fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ function WorkspaceWorkflowsApprovalsApproverPageBeta({policy, personalDetails, i
subtitle={translate('workflowsPage.emptyContent.approverSubtitle')}
subtitleStyle={styles.textSupporting}
containerStyle={styles.pb10}
contentFitImage='contain'
contentFitImage="contain"
/>
),
[translate, styles.textSupporting, styles.pb10],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ function WorkspaceWorkflowsApprovalsExpensesFromPage({policy, isLoadingReportDat
subtitle={translate('workflowsPage.emptyContent.expensesFromSubtitle')}
subtitleStyle={styles.textSupporting}
containerStyle={styles.pb10}
contentFitImage='contain'
contentFitImage="contain"
/>
),
[translate, styles.textSupporting, styles.pb10],
Expand Down

0 comments on commit 4f6c2fd

Please sign in to comment.