mirror of
https://github.com/jeffvli/feishin.git
synced 2026-07-21 18:06:30 +02:00
remove album group column title
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user