diff --git a/src/app/contact/contact.component.ts b/src/app/contact/contact.component.ts index 6f7ba30..bb77f4a 100644 --- a/src/app/contact/contact.component.ts +++ b/src/app/contact/contact.component.ts @@ -36,6 +36,6 @@ export class ContactComponent implements AfterContentInit { category: 'Contact', label: label } - } + }; } }