File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -200,18 +200,16 @@ function WorkspaceHRPage({
200200 rightComponent = { gustoRowRightComponent }
201201 />
202202 { isConnected && (
203- < >
204- < OfflineWithFeedback pendingAction = { gustoConfig ?. pendingFields ?. approvalMode } >
205- < MenuItemWithTopDescription
206- description = { translate ( 'workspace.hr.gusto.approvalMode' ) }
207- title = { getGustoApprovalModeLabel ( gustoConfig ?. approvalMode ) }
208- style = { [ styles . sectionMenuItemTopDescription , styles . mt2 ] }
209- shouldShowRightIcon
210- brickRoadIndicator = { gustoConfig ?. errorFields ?. approvalMode ? CONST . BRICK_ROAD_INDICATOR_STATUS . ERROR : undefined }
211- onPress = { ( ) => Navigation . navigate ( ROUTES . WORKSPACE_HR_GUSTO_APPROVAL_MODE . getRoute ( policyID ) ) }
212- />
213- </ OfflineWithFeedback >
214- </ >
203+ < OfflineWithFeedback pendingAction = { gustoConfig ?. pendingFields ?. approvalMode } >
204+ < MenuItemWithTopDescription
205+ description = { translate ( 'workspace.hr.gusto.approvalMode' ) }
206+ title = { getGustoApprovalModeLabel ( gustoConfig ?. approvalMode ) }
207+ style = { [ styles . sectionMenuItemTopDescription , styles . mt2 ] }
208+ shouldShowRightIcon
209+ brickRoadIndicator = { gustoConfig ?. errorFields ?. approvalMode ? CONST . BRICK_ROAD_INDICATOR_STATUS . ERROR : undefined }
210+ onPress = { ( ) => Navigation . navigate ( ROUTES . WORKSPACE_HR_GUSTO_APPROVAL_MODE . getRoute ( policyID ) ) }
211+ />
212+ </ OfflineWithFeedback >
215213 ) }
216214 </ Section >
217215 </ View >
You can’t perform that action at this time.
0 commit comments