From b9b8523eb0ef5b6c990c6d36d0c14df5b53d0d34 Mon Sep 17 00:00:00 2001 From: z0ccc Date: Fri, 13 May 2022 01:01:26 -0400 Subject: [PATCH] Add key to profiles map --- src/pages/Popup/ProfileSelect.jsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/Popup/ProfileSelect.jsx b/src/pages/Popup/ProfileSelect.jsx index 76ce622..f529386 100644 --- a/src/pages/Popup/ProfileSelect.jsx +++ b/src/pages/Popup/ProfileSelect.jsx @@ -33,7 +33,9 @@ const ProfileSelect = ({ profile, setProfile }) => { {Object.keys(profiles).map((key) => ( - + ))}