File tree 1 file changed +10
-12
lines changed
1 file changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -103,18 +103,16 @@ class WorkspacePageWithSections extends React.Component {
103
103
onBackButtonPress = { ( ) => Navigation . navigate ( ROUTES . getWorkspaceInitialRoute ( policyID ) ) }
104
104
onCloseButtonPress = { ( ) => Navigation . dismissModal ( ) }
105
105
/>
106
- < >
107
- < ScrollView
108
- style = { [ styles . settingsPageBackground , styles . flex1 , styles . w100 ] }
109
- >
110
- < View style = { [ styles . w100 , styles . flex1 ] } >
111
-
112
- { this . props . children ( hasVBA , policyID , isUsingECard ) }
113
-
114
- </ View >
115
- </ ScrollView >
116
- { this . props . footer }
117
- </ >
106
+ < ScrollView
107
+ style = { [ styles . settingsPageBackground , styles . flex1 , styles . w100 ] }
108
+ >
109
+ < View style = { [ styles . w100 , styles . flex1 ] } >
110
+
111
+ { this . props . children ( hasVBA , policyID , isUsingECard ) }
112
+
113
+ </ View >
114
+ </ ScrollView >
115
+ { this . props . footer }
118
116
</ ScreenWrapper >
119
117
) ;
120
118
}
You can’t perform that action at this time.
0 commit comments