Skip to content

Commit

Permalink
allow default device name as a way to sync a device
Browse files Browse the repository at this point in the history
  • Loading branch information
cezaraugusto committed Nov 15, 2018
1 parent 246c75d commit b96f0f0
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 b96f0f0

Please sign in to comment.