Skip to content
This repository has been archived by the owner on Oct 3, 2019. It is now read-only.

Commit

Permalink
#502 resolvendo problema do button da NewProfile
Browse files Browse the repository at this point in the history
Signed-off-by: Felipe Campos <[email protected]>
  • Loading branch information
Felipe Campos committed Jun 25, 2018
1 parent ccc17dd commit 1b47f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Screens/NewProfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ class NewProfile extends React.Component {
onChange={(v) => this.onChange(v)}
/>
</View>
<View style={{alignItems: 'center', flexDirection: 'column', height: '45%'}} >
<View style={{alignItems: 'center', flexDirection: 'column', height: '30%'}} >
{this.renderPicker(this.state.userType, 'Tipo de Perfil', this.state.user_type, this.selectUserType.bind(this))}
{this.state.loadingHospital ? this.renderSpinner()
: this.renderPicker(this.state.selectedHospital, 'Hospital', this.state.hospitals, this.selectHospital.bind(this))
Expand Down

0 comments on commit 1b47f7c

Please sign in to comment.