You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<RoleButtonkey={role.id}className="wallet-btn"badge={getNotificationsCount(props.notifications,Number(role.id),access.ecosystem)}onClick={()=>props.onSelect({ access, role })}>
88
+
<RoleButtonkey={role.id}className="wallet-btn"badge={getNotificationsCount(props.notifications,role.id,access.ecosystem)}onClick={()=>props.onSelect({ access, role })}>
@@ -163,7 +163,7 @@ class Backup extends React.Component<IBackupProps, IBackupState> {
163
163
<FormattedMessageid="general.wallet.backup"defaultMessage="This section is used to backup your account data. You will not be able to restore access to your account if you forget your password or lose the private key"/>
0 commit comments