mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 04:57:37 +03:00
Remove unused prop
This commit is contained in:
parent
438d45c176
commit
9ae156dd82
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ const RadioList = ({ permissions, ...props }) => {
|
|||
rel="noopener noreferrer"
|
||||
/>
|
||||
),
|
||||
streamUrl: <TextField source="streamUrl" hideUrl />,
|
||||
streamUrl: <TextField source="streamUrl" />,
|
||||
updatedAt: <DateField source="updatedAt" showTime />,
|
||||
createdAt: <DateField source="createdAt" showTime />,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue