diff --git a/src/common/MetaRow/MetaRow.js b/src/common/MetaRow/MetaRow.js index 9aeb530d7..9494d5b60 100644 --- a/src/common/MetaRow/MetaRow.js +++ b/src/common/MetaRow/MetaRow.js @@ -24,7 +24,7 @@ const MetaRow = ({ className, title, message, items, itemComponent, deepLinks }) } { deepLinks && (typeof deepLinks.discover === 'string' || typeof deepLinks.library === 'string') ? - diff --git a/src/common/StreamingServerWarning/StreamingServerWarning.js b/src/common/StreamingServerWarning/StreamingServerWarning.js index f280cf8c6..3ffff03c4 100644 --- a/src/common/StreamingServerWarning/StreamingServerWarning.js +++ b/src/common/StreamingServerWarning/StreamingServerWarning.js @@ -42,10 +42,10 @@ const StreamingServerWarning = ({ className }) => { return (
Streaming server is not available.
- -