mirror of
https://github.com/Readarr/Readarr
synced 2026-01-04 22:54:24 +01: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…
Reference in a new issue