mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 16:43:25 +00:00
chore: prettier
This commit is contained in:
@@ -164,7 +164,7 @@ const VideoPlayer: React.FC<VideoPlayerProps> = ({ data }) => {
|
|||||||
<Header
|
<Header
|
||||||
title={
|
title={
|
||||||
headerInfo.season && headerInfo.episode
|
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
|
: headerInfo.title
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
|
Reference in New Issue
Block a user