|
|
|
@ -423,7 +423,7 @@ class MovieDetails extends Component {
|
|
|
|
|
<div>
|
|
|
|
|
{
|
|
|
|
|
certification ?
|
|
|
|
|
<span className={styles.certification}>
|
|
|
|
|
<span className={styles.certification} title={translate('Certification')}>
|
|
|
|
|
{certification}
|
|
|
|
|
</span> :
|
|
|
|
|
null
|
|
|
|
@ -457,7 +457,7 @@ class MovieDetails extends Component {
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
runtime ?
|
|
|
|
|
<span className={styles.runtime}>
|
|
|
|
|
<span className={styles.runtime} title={translate('Runtime')}>
|
|
|
|
|
{formatRuntime(runtime, movieRuntimeFormat)}
|
|
|
|
|
</span> :
|
|
|
|
|
null
|
|
|
|
|