Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Commit

Permalink
LL-8751 fix ble pairing timeDout rendering (#2101)
Browse files Browse the repository at this point in the history
  • Loading branch information
juan-cortes authored Jan 7, 2022
1 parent 64ca434 commit 09cb918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/PairDevices/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ function PairDevicesInner({ navigation, route }: Props) {
onTimeout={onTimeout}
/>
);
case "timedout":
case "timeout":
return <ScanningTimeout onRetry={onRetry} />;
case "pairing":
return <PendingPairing />;
Expand Down

0 comments on commit 09cb918

Please sign in to comment.