Skip to content

Commit

Permalink
fix Card page
Browse files Browse the repository at this point in the history
  • Loading branch information
kosmydel committed Jan 8, 2024
1 parent 9f55264 commit d3fe139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/workspace/card/WorkspaceCardPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function WorkspaceCardPage(props) {
headerText={props.translate('workspace.common.card')}
route={props.route}
guidesCallTaskID={CONST.GUIDES_CALL_TASK_IDS.WORKSPACE_CARD}
shouldShowOfflineIndicatorlineIndicatorlineIndicatorlineIndicatorlineIndicator
shouldShowOfflineIndicator
>
{(hasVBA, policyID, isUsingECard) => (
<View style={[styles.mt6, isSmallScreenWidth ? styles.workspaceSectionMobile : styles.workspaceSection]}>
Expand Down

0 comments on commit d3fe139

Please sign in to comment.