-
+@if (displayedCondition()) {
+
-
\ No newline at end of file
+}
\ No newline at end of file
diff --git a/client/app/shared/loading/loading.component.spec.ts b/client/app/shared/loading/loading.component.spec.ts
index ef6f7afd..712829b6 100644
--- a/client/app/shared/loading/loading.component.spec.ts
+++ b/client/app/shared/loading/loading.component.spec.ts
@@ -1,23 +1,21 @@
-import { async, ComponentFixture, TestBed } from '@angular/core/testing';
-import { By } from '@angular/platform-browser';
+import { ComponentFixture, TestBed } from '@angular/core/testing';
import { LoadingComponent } from './loading.component';
-describe('LoadingComponent', () => {
+describe('Component: Loading', () => {
let component: LoadingComponent;
let fixture: ComponentFixture