Mejora panel de comentaristas con Twitter y swap central

This commit is contained in:
Pandipipas
2026-02-15 11:12:57 +01:00
parent 739ac66aea
commit 461f72f878
6 changed files with 116 additions and 17 deletions
+2
View File
@@ -8,7 +8,9 @@ useHead({ title: 'Commentary' });
const defaultCommentary: Schemas.Commentary = {
leftCommentator: '',
leftCommentatorTwitter: '',
rightCommentator: '',
rightCommentatorTwitter: '',
};
const commentary = computed<Schemas.Commentary>(() => commentaryReplicant?.data ?? defaultCommentary);