Fix warning

This commit is contained in:
Chocobozzz 2022-12-28 14:03:07 +01:00
parent dc756df34f
commit dfc20e90df
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
{{
$gettext(
'Search for your favorite videos, channels and playlists on <a class="peertube-link" href="%{indexedInstancesUrl}" target="_blank">%{instancesCount} PeerTube websites</a> indexed by %{indexName}!',
{ instancesCount: instancesCount, indexedInstancesUrl: indexedInstancesUrl, indexName: indexName },
{ instancesCount: instancesCount + '', indexedInstancesUrl: indexedInstancesUrl, indexName: indexName },
true
)
}}
@ -46,7 +46,7 @@
data () {
return {
instancesCount: undefined,
instancesCount: 0,
indexedInstancesUrl: '',
indexName: '',
formSearch: '',