mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 18:13:25 +00:00
chore: prettier
This commit is contained in:
@@ -164,7 +164,7 @@ const VideoPlayer: React.FC<VideoPlayerProps> = ({ data }) => {
|
||||
<Header
|
||||
title={
|
||||
headerInfo.season && headerInfo.episode
|
||||
? `${headerInfo.title} S${headerInfo.season.toString().padStart(2, '0')}E${headerInfo.episode.toString().padStart(2, '0')}`
|
||||
? `${headerInfo.title} S${headerInfo.season.toString().padStart(2, "0")}E${headerInfo.episode.toString().padStart(2, "0")}`
|
||||
: headerInfo.title
|
||||
}
|
||||
/>
|
||||
|
Reference in New Issue
Block a user