Fix error handling in QR code screen
This commit is contained in:
parent
06789623d5
commit
c046d36851
9 changed files with 253 additions and 65 deletions
|
@ -42,7 +42,3 @@ export const _ConnectionFailed = (): JSX.Element => (
|
|||
error={InstallError.ConnectionFailed}
|
||||
/>
|
||||
);
|
||||
|
||||
export const _UnknownError = (): JSX.Element => (
|
||||
<InstallScreenErrorStep {...defaultProps} error={InstallError.UnknownError} />
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue