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