Skip to content

Commit

Permalink
fix: any instance of #345
Browse files Browse the repository at this point in the history
  • Loading branch information
diced committed Mar 26, 2023
1 parent 40a0cce commit 1ed267a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/components/pages/Folders/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ export default function Folders({ disableMediaPreview, exifEnabled, compress })
onSortStatusChange={setSortStatus}
records={records ?? []}
fetching={folders.isLoading}
minHeight={160}
loaderBackgroundBlur={5}
loaderVariant='dots'
rowContextMenu={{
Expand Down
1 change: 0 additions & 1 deletion src/components/pages/Invites.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,6 @@ export default function Invites() {
onSortStatusChange={setSortStatus}
records={records ?? []}
fetching={!ok}
minHeight={160}
loaderBackgroundBlur={5}
loaderVariant='dots'
rowContextMenu={{
Expand Down
1 change: 0 additions & 1 deletion src/components/pages/Urls/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,6 @@ export default function Urls() {
onSortStatusChange={setSortStatus}
records={records ?? []}
fetching={urls.isLoading}
minHeight={160}
loaderBackgroundBlur={5}
loaderVariant='dots'
rowContextMenu={{
Expand Down

0 comments on commit 1ed267a

Please sign in to comment.