1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-28 10:04:43 +02:00
This commit is contained in:
syuilo
2025-08-26 20:04:59 +09:00
parent ac7c60d102
commit b186c67767
7 changed files with 15 additions and 29 deletions

View File

@@ -172,7 +172,7 @@ const headerTabs = computed(() => [{
key: 'raw',
title: 'Raw data',
icon: 'ti ti-code',
}]);
}].filter(x => x != null));
definePage(() => ({
title: file.value ? `${i18n.ts.file}: ${file.value.name}` : i18n.ts.file,