We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 281ef41 commit 441c3a9Copy full SHA for 441c3a9
app/components/UI/QRHardware/QRSigningDetails.tsx
@@ -133,12 +133,6 @@ const QRSigningDetails = ({
133
const { trackEvent, createEventBuilder } = useMetrics();
134
const styles = createStyles(colors);
135
const navigation = useNavigation();
136
- const KeyringController = useMemo(() => {
137
- // TODO: Replace "any" with type
138
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
139
- const { KeyringController: keyring } = Engine.context as any;
140
- return keyring;
141
- }, []);
142
const [scannerVisible, setScannerVisible] = useState(false);
143
const [errorMessage, setErrorMessage] = useState('');
144
const [shouldPause, setShouldPause] = useState(false);
0 commit comments