From 3039e7c400ff06606fc5334fb6ddb9c3aacba2f7 Mon Sep 17 00:00:00 2001 From: Cameron Cordes Date: Wed, 12 Aug 2020 17:21:37 -0400 Subject: [PATCH] Fix lint issue --- src/app/contact/contact.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } - } + }; } }