Skip to content

Commit

Permalink
OfflineIndicator position fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dhairyasenjaliya committed Jun 16, 2023
1 parent b5fc55a commit 07c7103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/ReimbursementAccount/ReimbursementAccountPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ class ReimbursementAccountPage extends React.Component {
subtitle={policyName}
onBackButtonPress={() => Navigation.goBack(ROUTES.SETTINGS_WORKSPACES)}
/>
{errorComponent}
<View style={styles.flex1}>{errorComponent}</View>
</ScreenWrapper>
);
}
Expand Down

0 comments on commit 07c7103

Please sign in to comment.