Skip to content

Commit

Permalink
Add comments for KBDEV-993/994
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieulemieux committed Sep 10, 2024
1 parent 75fd027 commit 93ae50d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/moa/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,8 @@ const loadVariant = async (conn, moaVariant) => {
const variantType = await conn.getVocabularyTerm('signature present');
return conn.addVariant({
content: {
// KBDEV-994 adding displayName
// TODO: test displayName in KBDEV-993 and remove both comments.
displayName: `${signature.name.toUpperCase()} signature present`,
reference1: rid(signature),
type: rid(variantType),
Expand Down

0 comments on commit 93ae50d

Please sign in to comment.