Fix error handling in QR code screen

This commit is contained in:
Fedor Indutny
2024-07-01 14:51:49 -07:00
committed by GitHub
parent 06789623d5
commit c046d36851
9 changed files with 253 additions and 65 deletions

View File

@@ -42,7 +42,3 @@ export const _ConnectionFailed = (): JSX.Element => (
error={InstallError.ConnectionFailed}
/>
);
export const _UnknownError = (): JSX.Element => (
<InstallScreenErrorStep {...defaultProps} error={InstallError.UnknownError} />
);