mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Simplify null check.
This commit is contained in:
parent
00245535ef
commit
48860ec0f8
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@
|
||||||
<router-link class="uk-link-muted" v-bind:to="result.uploaderUrl || '/'">
|
<router-link class="uk-link-muted" v-bind:to="result.uploaderUrl || '/'">
|
||||||
<p>{{ result.uploader }}</p>
|
<p>{{ result.uploader }}</p>
|
||||||
</router-link>
|
</router-link>
|
||||||
<b class="uk-text-small uk-align-right uk-text-align-right">
|
<b v-if="result.duration" class="uk-text-small uk-align-right uk-text-align-right">
|
||||||
{{ result.duration ? timeFormat(result.duration) : "" }}
|
{{ timeFormat(result.duration) }}
|
||||||
</b>
|
</b>
|
||||||
|
|
||||||
<b>
|
<b>
|
||||||
|
|
Loading…
Reference in a new issue