diff --git a/client/src/app/shared/components/head-bar/head-bar.component.html b/client/src/app/shared/components/head-bar/head-bar.component.html index 9109cc283..087cdd31e 100644 --- a/client/src/app/shared/components/head-bar/head-bar.component.html +++ b/client/src/app/shared/components/head-bar/head-bar.component.html @@ -7,12 +7,12 @@
- - diff --git a/client/src/app/shared/components/head-bar/head-bar.component.ts b/client/src/app/shared/components/head-bar/head-bar.component.ts index 6c3fd4944..4011cb75d 100644 --- a/client/src/app/shared/components/head-bar/head-bar.component.ts +++ b/client/src/app/shared/components/head-bar/head-bar.component.ts @@ -112,7 +112,7 @@ export class HeadBarComponent { public saveEvent = new EventEmitter(); public get showBackButton(): boolean { - return !this.nav && !this.editMode && !this.multiSelectMode && this.routingState.isSafePrevUrl; + return !this.nav && !this.multiSelectMode && (this.routingState.isSafePrevUrl || !this.goBack); } /**