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 aae4e5a commit d99bccaCopy full SHA for d99bcca
server/resources/deck.js
@@ -114,6 +114,7 @@ function transformCompany(company, options) {
114
"Silver NPE": "min",
115
};
116
117
+ const participation = company.participation?.length > 0 && company.participation[0]; // Get the latest participation
118
// Package name is "SINFO XX Package name" where XX is the edition year and Package name can have one or two words
119
const packageName = (() => {
120
const name = participation?.package?.name;
0 commit comments