From 2468cfd9fafb3ed5206edd04fa1f681663277d53 Mon Sep 17 00:00:00 2001 From: Maximilian Beck Date: Wed, 23 Sep 2020 15:31:42 +0200 Subject: [PATCH] fix: [#203] Remove commented out import of react-native-vector-icons/MaterialIcons --- lib/sectioned-multi-select.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/sectioned-multi-select.js b/lib/sectioned-multi-select.js index 27b5b6c..7ef1bd9 100644 --- a/lib/sectioned-multi-select.js +++ b/lib/sectioned-multi-select.js @@ -15,7 +15,6 @@ import { ActivityIndicator, } from 'react-native' import { isEqual } from 'lodash' -// import Icon from 'react-native-vector-icons/MaterialIcons' import { RowItem } from './components' import { callIfFunction } from './helpers'