Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyshankman committed Oct 31, 2024
1 parent 8d97920 commit 295e21d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/renderer/components/LibraryList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,6 @@ type SongMenuState =
}
| undefined;

/**
* @TODO Refactor to use the useWindowDimensions hook. The tricky part is
* that this component relies on width and height not being <undefined />
* on initial render, which isn't always the case due to the way the original
* window dimensions hooks works in the Main component.
*/
export default function LibraryList({
initialScrollIndex,
playSong,
Expand Down

0 comments on commit 295e21d

Please sign in to comment.