Skip to content

Commit b96f0f0

Browse files
committed
allow default device name as a way to sync a device
fix brave/brave-browser#2126
1 parent 246c75d commit b96f0f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/brave_sync/ui/components/modals/newToSync.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class NewToSyncModal extends React.PureComponent<NewToSyncModalProps, NewToSyncM
4040
}
4141

4242
onSetupNewToSync = () => {
43-
this.props.actions.onSetupNewToSync(this.state.deviceName)
43+
this.props.actions.onSetupNewToSync(this.deviceName)
4444
}
4545

4646
render () {

0 commit comments

Comments
 (0)