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