mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-24 12:57:55 +02:00
optimize detail columns
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
import { ItemDetailListCellProps } from './types';
|
||||
|
||||
export const ArtistColumn = ({ song }: ItemDetailListCellProps) => song.artistName ?? '—';
|
||||
export const ArtistColumn = ({ song }: ItemDetailListCellProps) => song.artistName ?? <> </>;
|
||||
|
||||
Reference in New Issue
Block a user