0
Fork 0
mirror of https://codeberg.org/SafeTwitch/safetwitch.git synced 2024-12-22 05:12:57 -05:00

Fix error

This commit is contained in:
dragongoose 2023-07-20 14:18:19 -04:00
parent 834301ea90
commit 7a3a9222ad
No known key found for this signature in database
GPG key ID: 01397EEC371CDAA5

View file

@ -23,7 +23,7 @@
</RouterLink>
<div class="w-full">
<p class="font-bold text-sm truncate h-6 max-w-[255px]">{{ data.title }}</p>
<p class="font-bold text-sm truncate h-6 max-w-[255px]">{{ videoData.title }}</p>
<div class="text-xs text-gray-400">
<p>{{ videoData.streamer.login }}</p>
<p>{{ videoData.game.displayName || videoData.game.name }}</p>