From 5691e51619d4c05339e78fe7863211c52f83295f Mon Sep 17 00:00:00 2001 From: Mike Tagg Date: Wed, 1 May 2024 11:41:01 -0700 Subject: [PATCH 1/2] branch protection test --- app/containers/SidebarContainer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/containers/SidebarContainer.tsx b/app/containers/SidebarContainer.tsx index a2e68dca3..ad75d804f 100644 --- a/app/containers/SidebarContainer.tsx +++ b/app/containers/SidebarContainer.tsx @@ -31,7 +31,7 @@ const SidebarContainer = React.memo(() => { const handleExample = () => { setExample(true) - + console.log('test') const fields = { typeOfService: 'Microservices', database: 'MongoDB', From ff9ae32259d8bb45668fe24d76b004df2bc361ac Mon Sep 17 00:00:00 2001 From: Mike Tagg Date: Wed, 1 May 2024 14:06:32 -0700 Subject: [PATCH 2/2] console log removed --- app/containers/SidebarContainer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/containers/SidebarContainer.tsx b/app/containers/SidebarContainer.tsx index ad75d804f..a2e68dca3 100644 --- a/app/containers/SidebarContainer.tsx +++ b/app/containers/SidebarContainer.tsx @@ -31,7 +31,7 @@ const SidebarContainer = React.memo(() => { const handleExample = () => { setExample(true) - console.log('test') + const fields = { typeOfService: 'Microservices', database: 'MongoDB',