From ee0b08b967382e1c3ff3df2f91ec06e7ddbd25ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Andr=C3=A9?= Date: Mon, 20 Jan 2020 12:21:18 +0100 Subject: [PATCH] Fix --- Front/skydivelogs-app/src/app/app.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Front/skydivelogs-app/src/app/app.component.ts b/Front/skydivelogs-app/src/app/app.component.ts index bf6f859..5cd9283 100644 --- a/Front/skydivelogs-app/src/app/app.component.ts +++ b/Front/skydivelogs-app/src/app/app.component.ts @@ -19,4 +19,4 @@ export class AppComponent implements OnInit { toggleMenu() { this.showMenu = !this.showMenu; } -} \ No newline at end of file +}