Skip to content

Commit

Permalink
Fix File Info Direction Bug. (#687)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElementalCrisis authored Nov 20, 2023
1 parent 1c695cc commit 7a982b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/collection/series/SeriesEpisodes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ const SeriesEpisodes = () => {
return (
<div
key={virtualItem.key}
ref={rowVirtualizer.measureElement}
className="flex flex-col rounded-md border border-panel-border bg-panel-background-transparent"
data-index={virtualItem.index}
>
Expand Down

0 comments on commit 7a982b7

Please sign in to comment.