From 43c4443d704deb0f885ec4732a8bc0c09f005a00 Mon Sep 17 00:00:00 2001 From: Thiago Brezinski Date: Wed, 5 Jul 2023 15:39:22 +0100 Subject: [PATCH] chore: cleanup --- src/components/SelectionListRadio/BaseSelectionListRadio.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/SelectionListRadio/BaseSelectionListRadio.js b/src/components/SelectionListRadio/BaseSelectionListRadio.js index 845e8e5bc0d5..2b8f373b987a 100644 --- a/src/components/SelectionListRadio/BaseSelectionListRadio.js +++ b/src/components/SelectionListRadio/BaseSelectionListRadio.js @@ -1,5 +1,5 @@ import React, {useEffect, useRef, useState} from 'react'; -import {Keyboard, View} from 'react-native'; +import {View} from 'react-native'; import _ from 'underscore'; import lodashGet from 'lodash/get'; import SectionList from '../SectionList';