diff --git a/frontend/src/app/effects/available-forums.effects.ts b/frontend/src/app/effects/available-forums.effects.ts index df142ca..7e55c97 100644 --- a/frontend/src/app/effects/available-forums.effects.ts +++ b/frontend/src/app/effects/available-forums.effects.ts @@ -114,6 +114,11 @@ export class AvailableForumsEffect { icon: 'alert-circle', }); } + case 406: { + this.toastService.danger('', 'Nieprawidłowy format pliku', { + icon: 'alert-circle', + }); + } } this.store$.dispatch( AvailableForumActions.setLoadingFile({ status: false }) diff --git a/frontend/src/app/my-profile/my-profile.component.html b/frontend/src/app/my-profile/my-profile.component.html index afd2579..a345b7e 100644 --- a/frontend/src/app/my-profile/my-profile.component.html +++ b/frontend/src/app/my-profile/my-profile.component.html @@ -1,11 +1,7 @@
-
Mój profil
-
Wybór dyskusji
-
Przegląd wymiaru
-
Przegląd dyskusji
-
Wizualizacja dyskusji
+
{{ currentPage() }}