mirror of
https://github.com/navidrome/navidrome.git
synced 2025-06-04 01:21:19 +03:00
Remove unused prop
This commit is contained in:
parent
438d45c176
commit
9ae156dd82
@ -89,7 +89,7 @@ const RadioList = ({ permissions, ...props }) => {
|
|||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
/>
|
/>
|
||||||
),
|
),
|
||||||
streamUrl: <TextField source="streamUrl" hideUrl />,
|
streamUrl: <TextField source="streamUrl" />,
|
||||||
updatedAt: <DateField source="updatedAt" showTime />,
|
updatedAt: <DateField source="updatedAt" showTime />,
|
||||||
createdAt: <DateField source="createdAt" showTime />,
|
createdAt: <DateField source="createdAt" showTime />,
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user