Remove unused prop

This commit is contained in:
Deluan 2023-01-17 14:31:17 -05:00 committed by Joe Stump
parent 438215be42
commit 768370f48e
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

View File

@ -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 />,
}