Skip to content

Commit

Permalink
fix: on update Smeshing screen between 2 different smeshing configura…
Browse files Browse the repository at this point in the history
…tion, during update conibase maybe be empty
  • Loading branch information
maparr committed Jul 6, 2023
1 parent 3a89dfd commit c1e98d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/screens/node/Node.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ const Node = ({ history, location }: Props) => {
<Address
key="smesherCoinbase"
type={AddressType.ACCOUNT}
address={coinbase}
address={coinbase || ''}
/>,
],
];
Expand Down

0 comments on commit c1e98d4

Please sign in to comment.