mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
lint files
This commit is contained in:
@@ -305,7 +305,6 @@ const AlbumArtistMetadataTopSongs = ({
|
|||||||
/>
|
/>
|
||||||
</Group>
|
</Group>
|
||||||
<ItemTableList
|
<ItemTableList
|
||||||
enableSelectionDialog={false}
|
|
||||||
activeRowId={currentSongId}
|
activeRowId={currentSongId}
|
||||||
autoFitColumns={tableConfig.autoFitColumns}
|
autoFitColumns={tableConfig.autoFitColumns}
|
||||||
CellComponent={ItemTableListColumn}
|
CellComponent={ItemTableListColumn}
|
||||||
@@ -318,6 +317,7 @@ const AlbumArtistMetadataTopSongs = ({
|
|||||||
enableHorizontalBorders={tableConfig.enableHorizontalBorders}
|
enableHorizontalBorders={tableConfig.enableHorizontalBorders}
|
||||||
enableRowHoverHighlight={tableConfig.enableRowHoverHighlight}
|
enableRowHoverHighlight={tableConfig.enableRowHoverHighlight}
|
||||||
enableSelection
|
enableSelection
|
||||||
|
enableSelectionDialog={false}
|
||||||
enableVerticalBorders={tableConfig.enableVerticalBorders}
|
enableVerticalBorders={tableConfig.enableVerticalBorders}
|
||||||
itemType={LibraryItem.SONG}
|
itemType={LibraryItem.SONG}
|
||||||
onColumnReordered={handleColumnReordered}
|
onColumnReordered={handleColumnReordered}
|
||||||
|
|||||||
@@ -55,7 +55,6 @@ export const SimilarSongsList = ({ count, song }: SimilarSongsListProps) => {
|
|||||||
return (
|
return (
|
||||||
<ErrorBoundary FallbackComponent={ErrorFallback}>
|
<ErrorBoundary FallbackComponent={ErrorFallback}>
|
||||||
<ItemTableList
|
<ItemTableList
|
||||||
enableSelectionDialog={false}
|
|
||||||
autoFitColumns={table?.autoFitColumns}
|
autoFitColumns={table?.autoFitColumns}
|
||||||
CellComponent={ItemTableListColumn}
|
CellComponent={ItemTableListColumn}
|
||||||
columns={table?.columns || []}
|
columns={table?.columns || []}
|
||||||
@@ -66,6 +65,7 @@ export const SimilarSongsList = ({ count, song }: SimilarSongsListProps) => {
|
|||||||
enableHorizontalBorders={fullScreenTable?.enableHorizontalBorders}
|
enableHorizontalBorders={fullScreenTable?.enableHorizontalBorders}
|
||||||
enableRowHoverHighlight={fullScreenTable?.enableRowHoverHighlight}
|
enableRowHoverHighlight={fullScreenTable?.enableRowHoverHighlight}
|
||||||
enableSelection
|
enableSelection
|
||||||
|
enableSelectionDialog={false}
|
||||||
enableVerticalBorders={fullScreenTable?.enableVerticalBorders}
|
enableVerticalBorders={fullScreenTable?.enableVerticalBorders}
|
||||||
itemType={LibraryItem.SONG}
|
itemType={LibraryItem.SONG}
|
||||||
onColumnReordered={handleColumnReordered}
|
onColumnReordered={handleColumnReordered}
|
||||||
|
|||||||
Reference in New Issue
Block a user