Skip to content

Commit cc51f74

Browse files
PR feedback - fix comment
1 parent 51c084c commit cc51f74

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

webroot/src/models/LicenseHistoryItem/LicenseHistoryItem.model.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,7 @@ export class LicenseHistoryItem implements InterfaceLicenseHistoryItem {
9595
} else if (updateType === 'licenseDeactivation') {
9696
noteDisplay = this.$t('licensing.licenseDeactivationNote');
9797
} else if (updateType === 'encumbrance') {
98-
// For encumbrance events, use npdbCategories if available (new format)
99-
// Otherwise fall back to serverNote for backward compatibility
98+
// For encumbrance events, use npdbCategories
10099
if (this.npdbCategories && this.npdbCategories.length > 0) {
101100
const npdbTypes = this.$tm('licensing.npdbTypes') || [];
102101
const categoryNames = this.npdbCategories

0 commit comments

Comments
 (0)