FIX: decode search term before displaying it on screen.

Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
feature/797/interact-with-remote-item
Cyrille Bollu 2019-10-02 17:17:20 +02:00
rodzic eca50cd168
commit 02b1ffe7ab
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -32,7 +32,7 @@
</p>
</div>
<div v-else>
<h3>{{ t('social', 'Searching for') }} {{ term }}</h3>
<h3>{{ t('social', 'Searching for') }} {{ decodeURIComponent(term) }}</h3>
<user-entry v-for="result in allResults" :key="result.id" :item="result" />
<div v-if="hashtags.length > 0">
<li v-for="tag in hashtags" :key="tag.hashtag" class="tag">