mirror of https://github.com/vector-im/riot-web
Use `good` state instead of default
parent
36c7e0ea89
commit
52076f1b39
|
@ -88,7 +88,7 @@ export function RecoveryPanel({ onSetUpRecoveryClick, onChangingRecoveryKeyClick
|
|||
</Button>
|
||||
);
|
||||
break;
|
||||
default:
|
||||
case "good":
|
||||
content = (
|
||||
<Button size="sm" kind="secondary" Icon={KeyIcon} onClick={onChangingRecoveryKeyClick}>
|
||||
{_t("settings|encryption|recovery|change_recovery_key")}
|
||||
|
|
Loading…
Reference in New Issue