1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-18 21:35:27 -04:00

History details for unknown event type

This commit is contained in:
Mark McDowall
2019-04-11 23:56:37 -07:00
parent e797b759b7
commit 9aea452829
@@ -231,6 +231,16 @@ function HistoryDetails(props) {
</DescriptionList>
);
}
return (
<DescriptionList>
<DescriptionListItem
descriptionClassName={styles.description}
title="Name"
data={sourceTitle}
/>
</DescriptionList>
);
}
HistoryDetails.propTypes = {