lint files

This commit is contained in:
jeffvli
2025-12-16 21:10:55 -08:00
parent e3c26aa5fa
commit 37be2cc8fa
2 changed files with 2 additions and 2 deletions
@@ -305,7 +305,6 @@ const AlbumArtistMetadataTopSongs = ({
/>
</Group>
<ItemTableList
enableSelectionDialog={false}
activeRowId={currentSongId}
autoFitColumns={tableConfig.autoFitColumns}
CellComponent={ItemTableListColumn}
@@ -318,6 +317,7 @@ const AlbumArtistMetadataTopSongs = ({
enableHorizontalBorders={tableConfig.enableHorizontalBorders}
enableRowHoverHighlight={tableConfig.enableRowHoverHighlight}
enableSelection
enableSelectionDialog={false}
enableVerticalBorders={tableConfig.enableVerticalBorders}
itemType={LibraryItem.SONG}
onColumnReordered={handleColumnReordered}