From 03b9b687ffdc99546c57c0e3ed790f7d18d7f804 Mon Sep 17 00:00:00 2001 From: Kazuki Yamada Date: Sun, 8 Jun 2025 16:30:27 +0900 Subject: [PATCH] style(website): Fix linting issues in YouTubeVideo component --- website/client/components/YouTubeVideo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/client/components/YouTubeVideo.vue b/website/client/components/YouTubeVideo.vue index 357ec29..9bd5aa4 100644 --- a/website/client/components/YouTubeVideo.vue +++ b/website/client/components/YouTubeVideo.vue @@ -4,7 +4,7 @@ defineProps({ type: String, required: true, }, -}) +});