diff --git a/components/brave_sync/ui/components/modals/newToSync.tsx b/components/brave_sync/ui/components/modals/newToSync.tsx index e32c9ca706a5..cb12ee61f944 100644 --- a/components/brave_sync/ui/components/modals/newToSync.tsx +++ b/components/brave_sync/ui/components/modals/newToSync.tsx @@ -40,7 +40,7 @@ class NewToSyncModal extends React.PureComponent { - this.props.actions.onSetupNewToSync(this.state.deviceName) + this.props.actions.onSetupNewToSync(this.deviceName) } render () {