From 93ea16127475cd7611b70684ea6ff2f6d90ce96e Mon Sep 17 00:00:00 2001 From: tykayn Date: Sat, 30 May 2020 12:24:46 +0200 Subject: [PATCH] default to hide menu --- src/app/features/participation/feedback/feedback.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/features/participation/feedback/feedback.component.ts b/src/app/features/participation/feedback/feedback.component.ts index 0539e672..90609c93 100644 --- a/src/app/features/participation/feedback/feedback.component.ts +++ b/src/app/features/participation/feedback/feedback.component.ts @@ -6,7 +6,7 @@ import { Component, OnInit } from '@angular/core'; styleUrls: ['./feedback.component.scss'], }) export class FeedbackComponent implements OnInit { - private isOpen = true; + private isOpen = false; constructor() {} ngOnInit(): void {}