Skip to content

Commit c386040

Browse files
bexsoftBenjamin Perez
andauthored
Warnings cleanup (#1389)
Signed-off-by: Benjamin Perez <[email protected]> Co-authored-by: Benjamin Perez <[email protected]>
1 parent 583111f commit c386040

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

portal-ui/src/screens/Console/Common/VirtualizedList/VirtualizedList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// You should have received a copy of the GNU Affero General Public License
1515
// along with this program. If not, see <http://www.gnu.org/licenses/>.
1616

17-
import React, { Fragment, ReactElement, useState } from "react";
17+
import React, { Fragment, ReactElement } from "react";
1818
import { FixedSizeList as List } from "react-window";
1919
import InfiniteLoader from "react-window-infinite-loader";
2020
import { AutoSizer } from "react-virtualized";

portal-ui/src/screens/Console/Tenants/ListTenants/ListTenants.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ import AButton from "../../Common/AButton/AButton";
4646

4747
import withSuspense from "../../Common/Components/withSuspense";
4848
import VirtualizedList from "../../Common/VirtualizedList/VirtualizedList";
49-
import BucketListItem from "../../Buckets/ListBuckets/BucketListItem";
5049

5150
const CredentialsPrompt = withSuspense(
5251
React.lazy(() => import("../../Common/CredentialsPrompt/CredentialsPrompt"))

0 commit comments

Comments
 (0)