Skip to content
This repository was archived by the owner on Oct 1, 2018. It is now read-only.

Commit c86061f

Browse files
committed
style(operators): remove unneeded check in operator menu
1 parent e78bdf9 commit c86061f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/operators/operators.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<mat-sidenav-container class="operator-container">
22
<mat-sidenav [mode]="sidenavMode"
3-
[opened]="!smallScreen || (operatorMenuStatus$ | async)"
3+
[opened]="!smallScreen"
44
[fixedTopGap]="operatorMenuGap"
55
[fixedInViewport]="true"
66
class="operator-list-sidenav"

0 commit comments

Comments
 (0)