mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 05:23:31 -07:00
Fixed: History details for unknown event type
This commit is contained in:
parent
63253bf9e3
commit
016ec00fcd
1 changed files with 10 additions and 0 deletions
|
@ -411,6 +411,16 @@ function HistoryDetails(props) {
|
|||
</DescriptionList>
|
||||
);
|
||||
}
|
||||
|
||||
return (
|
||||
<DescriptionList>
|
||||
<DescriptionListItem
|
||||
descriptionClassName={styles.description}
|
||||
title="Name"
|
||||
data={sourceTitle}
|
||||
/>
|
||||
</DescriptionList>
|
||||
);
|
||||
}
|
||||
|
||||
HistoryDetails.propTypes = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue