default to hide menu

This commit is contained in:
tykayn 2020-05-30 12:24:46 +02:00
parent 9057e890a4
commit 93ea161274
1 changed files with 1 additions and 1 deletions

View File

@ -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 {}