We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 246c75d commit b96f0f0Copy full SHA for b96f0f0
components/brave_sync/ui/components/modals/newToSync.tsx
@@ -40,7 +40,7 @@ class NewToSyncModal extends React.PureComponent<NewToSyncModalProps, NewToSyncM
40
}
41
42
onSetupNewToSync = () => {
43
- this.props.actions.onSetupNewToSync(this.state.deviceName)
+ this.props.actions.onSetupNewToSync(this.deviceName)
44
45
46
render () {
0 commit comments