From 5779761074ee553a666058c5ee90ec7cb642a928 Mon Sep 17 00:00:00 2001 From: Jerel Miller Date: Wed, 24 Jun 2020 12:03:20 -0700 Subject: [PATCH] fix: syntax error in sidenav json --- src/data/sidenav.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/data/sidenav.json b/src/data/sidenav.json index 7e7d1b5f6..58be8131a 100644 --- a/src/data/sidenav.json +++ b/src/data/sidenav.json @@ -71,7 +71,7 @@ { "displayName": "Add tables to your New Relic One application", "url": "/build-apps/howto-use-nrone-table-components" - }, + } ] }, { @@ -481,7 +481,9 @@ "group": "Platform APIs" } ] - } + } + ] + }, { "displayName": "Developer champions", "url": "/developer-champions"