Skip to content

Commit

Permalink
Fixes connected notification
Browse files Browse the repository at this point in the history
  • Loading branch information
NejcZdovc committed Sep 4, 2019
1 parent 935bb5e commit 8a8522d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ export class Panel extends React.Component<Props, State> {
const type = args[0]

switch (type) {
case 'wallet_verified': {
case 'wallet_new_verified': {
text = (
<>
<div><b>{getMessage('walletVerifiedNotification')}</b></div>
Expand Down

0 comments on commit 8a8522d

Please sign in to comment.