mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 21:10:12 +02:00
lint files
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user