clean up stage 1
This commit is contained in:
@@ -28,8 +28,8 @@ export class ItemDetailComponent implements OnInit, OnDestroy {
|
||||
error = signal<string | null>(null);
|
||||
private readonly uiRuntime = inject(UiRuntimeFacade);
|
||||
|
||||
get isnovo(): boolean {
|
||||
return this.uiRuntime.isNovo();
|
||||
get isMarketplaceNovo(): boolean {
|
||||
return this.uiRuntime.isMarketplaceVariant('novo');
|
||||
}
|
||||
|
||||
// Variant selection
|
||||
|
||||
Reference in New Issue
Block a user