fix: tests

This commit is contained in:
Liyas Thomas
2020-12-11 22:39:50 +05:30
parent 5a7bcf32ea
commit 27980cf7c7
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@
</div>
<ul v-else class="flex-col">
<li>
<p class="info"><i class="material-icons">not_interested</i> {{ $t("empty") }}</p>
<p class="info">{{ $t("empty") }}</p>
</li>
</ul>
</template>