From 0e6883b5c93a35a74656fdfd3e2a466e334b6ba0 Mon Sep 17 00:00:00 2001 From: Adam Butterworth Date: Fri, 22 Feb 2019 13:56:25 -0500 Subject: [PATCH] Add certificates to initial state so visibility can save It currently fails to save, likely because it's an invalid key --- src/components/UserProfile/index.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/UserProfile/index.jsx b/src/components/UserProfile/index.jsx index 10ac29a..32aa4d1 100644 --- a/src/components/UserProfile/index.jsx +++ b/src/components/UserProfile/index.jsx @@ -20,6 +20,7 @@ class UserProfile extends React.Component { education: { value: null, visibility: null }, bio: { value: null, visibility: null }, socialLinks: { value: null, visibility: null }, + certificates: { value: null, visibility: null }, };