From 7a3a9222adc18e9adeadcbb698297fb3aa28e75e Mon Sep 17 00:00:00 2001 From: dragongoose Date: Thu, 20 Jul 2023 14:18:19 -0400 Subject: [PATCH] Fix error --- src/components/user/VideoPreview.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/user/VideoPreview.vue b/src/components/user/VideoPreview.vue index 9ad046c..b28ece9 100644 --- a/src/components/user/VideoPreview.vue +++ b/src/components/user/VideoPreview.vue @@ -23,7 +23,7 @@
-

{{ data.title }}

+

{{ videoData.title }}

{{ videoData.streamer.login }}

{{ videoData.game.displayName || videoData.game.name }}