mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-23 20:37:42 +02:00
optimize detail columns
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { ItemDetailListCellProps } from './types';
|
||||
|
||||
export const ChannelsColumn = ({ song }: ItemDetailListCellProps) =>
|
||||
song.channels != null ? String(song.channels) : '—';
|
||||
song.channels != null ? String(song.channels) : <> </>;
|
||||
|
||||
Reference in New Issue
Block a user