Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfixin #56

Merged
merged 8 commits into from
Apr 27, 2017
Merged

Bugfixin #56

merged 8 commits into from
Apr 27, 2017

Conversation

mstifflin
Copy link

Prevent constantly updating phone number, prevent taking an existing user through the sign up process, etc.

@@ -63,14 +63,20 @@ export default class AllFriendsList extends Component {

renderContacts(friend) {
const { navigate } = this.props.navigation;
var privacy = friend.showSetting;
var label = friend.currentLabel;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let instead of var? :-)

app/Home.js Outdated
@@ -46,13 +46,19 @@ export default class HomeScreen extends Component {

renderMembers(memberData) {
const { navigate } = this.props.navigation;
var privacy = memberData.showSetting;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let instead of var? :-)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There was another var right below this one too :-)

app/SignUp.js Outdated
data: {phoneNumber: this.state.phoneNumber}
})
.then(({data}) => {
console.log('updated user after google sign in save location: ', data);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need this console.log in production?

app/SignUp.js Outdated
})
.then(({data}) => {
console.log('updated user after google sign in save location: ', data);
this.setState({dbUser: data}, () => console.log('state after dbuser: ', this.state));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need this console.log in production?

@kfoxb kfoxb merged commit fe24fe6 into blink672:master Apr 27, 2017
@mstifflin mstifflin deleted the bugfixin branch April 27, 2017 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants