mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-20 08:28:17 +01:00
Fix error handling in QR code screen
This commit is contained in:
@@ -42,7 +42,3 @@ export const _ConnectionFailed = (): JSX.Element => (
|
||||
error={InstallError.ConnectionFailed}
|
||||
/>
|
||||
);
|
||||
|
||||
export const _UnknownError = (): JSX.Element => (
|
||||
<InstallScreenErrorStep {...defaultProps} error={InstallError.UnknownError} />
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user