We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba6a7ac commit b1e0687Copy full SHA for b1e0687
1 file changed
packages/app/app/components/Commits.vue
@@ -191,8 +191,7 @@ function buildInstallMarkdown(
191
commit: (typeof commitsWithRelease.value)[number] | null,
192
) {
193
if (!commit) return "";
194
- const origin =
195
- typeof window !== "undefined" ? window.location.origin : "";
+ const origin = typeof window !== "undefined" ? window.location.origin : "";
196
const packages: string[] = commit.release.packages ?? [];
197
return packages
198
.map((pkg) => {
0 commit comments