mirror of
https://codeberg.org/SafeTwitch/safetwitch.git
synced 2024-12-22 05:12:57 -05:00
Fix error
This commit is contained in:
parent
834301ea90
commit
7a3a9222ad
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue