Skip to content

Commit b40737e

Browse files
committed
revert add default return for typeText
1 parent 80c4ffd commit b40737e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Frontend/src/resources/LicenseInfo.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ 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;
2120
}
2221

2322
export enum LicenseStatus {

0 commit comments

Comments
 (0)