Skip to content

Commit

Permalink
Merge pull request #915 from brave/cez-allow-sync-default-name
Browse files Browse the repository at this point in the history
allow default device name as a way to sync a device
  • Loading branch information
cezaraugusto committed Nov 16, 2018
2 parents 4f83500 + b96f0f0 commit 0caf29e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/brave_sync/ui/components/modals/newToSync.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class NewToSyncModal extends React.PureComponent<NewToSyncModalProps, NewToSyncM
}

onSetupNewToSync = () => {
this.props.actions.onSetupNewToSync(this.state.deviceName)
this.props.actions.onSetupNewToSync(this.deviceName)
}

render () {
Expand Down

0 comments on commit 0caf29e

Please sign in to comment.