From 206fab5d037f48cc46646cec0db012efea42b42e Mon Sep 17 00:00:00 2001 From: Derick M <58572875+TurtIeSocks@users.noreply.github.com> Date: Mon, 27 Nov 2023 22:10:23 -0500 Subject: [PATCH] fix: mapping icon categories --- src/components/layout/drawer/Settings.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/layout/drawer/Settings.jsx b/src/components/layout/drawer/Settings.jsx index 92dc6f62a..31e0cbb17 100644 --- a/src/components/layout/drawer/Settings.jsx +++ b/src/components/layout/drawer/Settings.jsx @@ -127,7 +127,7 @@ export default function Settings() { /> } > - {Icons[category].map((option) => ( + {[...Icons[category]].map((option) => ( {t( `${category.toLowerCase()}_${option.toLowerCase()}`,