remove album group column title

This commit is contained in:
jeffvli
2026-07-14 16:39:48 -07:00
parent 8acfd3bf6d
commit 76ab05c544
@@ -1246,9 +1246,7 @@ export const columnLabelMap: Record<TableColumn, ReactNode | string> = {
[TableColumn.ALBUM_COUNT]: i18n.t('table.column.albumCount', { [TableColumn.ALBUM_COUNT]: i18n.t('table.column.albumCount', {
postProcess: 'upperCase', postProcess: 'upperCase',
}) as string, }) as string,
[TableColumn.ALBUM_GROUP]: i18n.t('table.config.label.albumGroup', { [TableColumn.ALBUM_GROUP]: '',
postProcess: 'upperCase',
}) as string,
[TableColumn.ARTIST]: i18n.t('table.column.artist', { postProcess: 'upperCase' }) as string, [TableColumn.ARTIST]: i18n.t('table.column.artist', { postProcess: 'upperCase' }) as string,
[TableColumn.BIOGRAPHY]: i18n.t('table.column.biography', { [TableColumn.BIOGRAPHY]: i18n.t('table.column.biography', {
postProcess: 'upperCase', postProcess: 'upperCase',