mirror of
https://github.com/navidrome/navidrome.git
synced 2026-08-01 07:21:17 +00:00
Hide row when reordering playlist
This commit is contained in:
parent
30e0c4f9b8
commit
0489cb4680
@ -82,6 +82,9 @@ export const SongDatagridRow = ({
|
||||
const fields = React.Children.toArray(children).filter((c) =>
|
||||
isValidElement(c)
|
||||
)
|
||||
if (!record.title) {
|
||||
return null
|
||||
}
|
||||
const childCount = fields.length
|
||||
return (
|
||||
<>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user