Skip to content

Commit

Permalink
Remove last react-virtualized changes
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Jun 25, 2024
1 parent 8e7086c commit 1576000
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/TransactionInfiniteList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ import { styled } from "@mui/material/styles";
import { get } from "lodash/fp";
import { useTheme, useMediaQuery, Divider } from "@mui/material";
import { VariableSizeList as List } from "react-window";
// import { InfiniteLoader, List, Index } from "react-virtualized";
// @ts-ignore
import InfiniteLoader from "react-window-infinite-loader";
// import "react-virtualized/styles.css"; // only needs to be imported once

import TransactionItem from "./TransactionItem";
import { TransactionResponseItem, TransactionPagination } from "../models";
Expand Down

0 comments on commit 1576000

Please sign in to comment.