Skip to content

Commit 79070d4

Browse files
committed
add default return for typeText
1 parent 2ee8246 commit 79070d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Frontend/src/resources/LicenseInfo.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export function typeText(license: LicenseInfo, configuration: Configuration | nu
1717
if (license.trial_license && configuration?.mass_transit_connector) {
1818
return "Early Access";
1919
}
20+
return license.license_type;
2021
}
2122

2223
export enum LicenseStatus {

0 commit comments

Comments
 (0)