cleanup small issues

This commit is contained in:
jeffvli
2025-11-18 21:41:23 -08:00
parent 71bea66ab7
commit d977407766
2 changed files with 1 additions and 4 deletions
@@ -626,7 +626,7 @@ export interface TableGroupHeader {
}
export interface TableItemProps {
activeRowId?: string; // Active row's uniqueId for QUEUE_SONG performance optimization
activeRowId?: string;
adjustedRowIndexMap?: Map<number, number>;
calculatedColumnWidths?: number[];
cellPadding?: ItemTableListProps['cellPadding'];
@@ -401,9 +401,6 @@ export const PlayerConfig = () => {
iconProps={{
size: 'lg',
}}
onClick={(e) => {
e.stopPropagation();
}}
size="sm"
tooltip={{
label: t('common.setting_other', { postProcess: 'titleCase' }),