mirror of
https://github.com/Radarr/Radarr
synced 2026-05-05 20:51:00 +02: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>
|
</DescriptionList>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return (
|
||||||
|
<DescriptionList>
|
||||||
|
<DescriptionListItem
|
||||||
|
descriptionClassName={styles.description}
|
||||||
|
title="Name"
|
||||||
|
data={sourceTitle}
|
||||||
|
/>
|
||||||
|
</DescriptionList>
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
HistoryDetails.propTypes = {
|
HistoryDetails.propTypes = {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue