diff --git a/packages/neuron-ui/src/components/BroadcastTransaction/index.tsx b/packages/neuron-ui/src/components/BroadcastTransaction/index.tsx index bae518efbc..bafa4640a3 100644 --- a/packages/neuron-ui/src/components/BroadcastTransaction/index.tsx +++ b/packages/neuron-ui/src/components/BroadcastTransaction/index.tsx @@ -115,7 +115,7 @@ const BroadcastTransaction = () => { { }, { label: t('application-menu.tools.broadcast-transaction'), - enabled: hasCurrentWallet, click: async () => { const result = await OfflineSignService.loadTransactionJSON() if (!result) {