We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a0dfa5 commit 0549559Copy full SHA for 0549559
app/pages/translation-status.vue
@@ -57,7 +57,7 @@ function* mapFiles(
57
missing: entry.missingKeys.length,
58
missingClass:
59
entry.missingKeys.length > 0 ? 'text-orange-700 dark:text-orange-500' : undefined,
60
- file: entry.githubEditUrl.split('/').pop()!,
+ file: entry.githubEditUrl.split('/').pop() ?? entry.lang,
61
}
62
63
0 commit comments