Skip to content

Commit

Permalink
fix bug with variant showing on meta data dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
twilson63 committed Dec 10, 2023
1 parent 49f545d commit 4a8a0b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/form.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@
? context.spec.Authors.join("\n")
: "",
Forks: tx ? tx : "",
Variant: context.spec?.Variant || "",
};
}
Expand Down

0 comments on commit 4a8a0b7

Please sign in to comment.