diff --git a/ui/component/fileSubtitle/view.jsx b/ui/component/fileSubtitle/view.jsx index da0716edd..54acdabdc 100644 --- a/ui/component/fileSubtitle/view.jsx +++ b/ui/component/fileSubtitle/view.jsx @@ -13,12 +13,12 @@ type Props = { function FileSubtitle(props: Props) { const { uri, livestream = false, isLive = false } = props; - + const showDateTime = !livestream || (livestream && !isLive); return ( <>
- {livestream && !isLive && } + {showDateTime && }