mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-23 23:20:57 +03:00
Hide row when reordering playlist
This commit is contained in:
parent
e5c7819586
commit
0e9b0d466c
@ -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