Skip to content

Commit 7daf90b

Browse files
committed
fix: full-layout.component
1 parent 7c791f3 commit 7daf90b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/containers/full-layout/full-layout.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<router-outlet></router-outlet>
7171
</div><!-- /.container-fluid -->
7272
</main>
73-
<app-aside [fixed]="true" [display]="false'">
73+
<app-aside [fixed]="true" [display]="false">
7474
<tabset>
7575
<tab>
7676
<ng-template tabHeading><i class="icon-list"></i></ng-template>

0 commit comments

Comments
 (0)