diff --git a/src/app/features/files/pages/files/files.component.html b/src/app/features/files/pages/files/files.component.html index c264f5b0c..543dc2985 100644 --- a/src/app/features/files/pages/files/files.component.html +++ b/src/app/features/files/pages/files/files.component.html @@ -9,21 +9,23 @@ }
- - -

{{ selectedOption.label }}

-
- -

{{ option.label }}

-
-
+ @if (!isRegistration()) { + + +

{{ selectedOption.label }}

+
+ +

{{ option.label }}

+
+
+ }
@if (filesSelection.length) { @if (!isMoveDialogOpened()) {