-
{addonName}
+
}
-
{title}
+
{description}
{
progress !== null && !isNaN(progress) && progress > 0 ?
@@ -57,7 +57,8 @@ Stream.Placeholder = StreamPlaceholder;
Stream.propTypes = {
className: PropTypes.string,
addonName: PropTypes.string,
- title: PropTypes.string,
+ name: PropTypes.string,
+ description: PropTypes.string,
thumbnail: PropTypes.string,
progress: PropTypes.number,
deepLinks: PropTypes.shape({
diff --git a/src/routes/MetaDetails/StreamsList/StreamsList.js b/src/routes/MetaDetails/StreamsList/StreamsList.js
index 2d78935f9..e9aeec131 100644
--- a/src/routes/MetaDetails/StreamsList/StreamsList.js
+++ b/src/routes/MetaDetails/StreamsList/StreamsList.js
@@ -56,7 +56,8 @@ const StreamsList = ({ className, ...props }) => {