Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
softmarshmallow committed May 26, 2023
1 parent 57d2049 commit 8647878
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions editor/pages/community/files/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,12 @@ export default function FigmaCommunityFilesIndexPage({
useWindow={false}
getScrollParent={() => document.querySelector("body")}
loader={
<>
{data.loading && (
<div className="loader" key={0}>
Loading ...
</div>
)}
</>
// Note: https://github.com/danbovey/react-infinite-scroller/issues/306
data.loading && (
<div className="loader" key={0}>
Loading ...
</div>
)
}
>
<div className="grid">
Expand Down

0 comments on commit 8647878

Please sign in to comment.