mirror of
https://codeberg.org/SafeTwitch/safetwitch.git
synced 2024-12-22 13:22:58 -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>
|
</RouterLink>
|
||||||
|
|
||||||
<div class="w-full">
|
<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">
|
<div class="text-xs text-gray-400">
|
||||||
<p>{{ videoData.streamer.login }}</p>
|
<p>{{ videoData.streamer.login }}</p>
|
||||||
<p>{{ videoData.game.displayName || videoData.game.name }}</p>
|
<p>{{ videoData.game.displayName || videoData.game.name }}</p>
|
||||||
|
|
Loading…
Reference in a new issue