Add useMemo to sidebar button function to prevent unecessary remounting of components

This commit is contained in:
Daniel S. Hansen
2025-08-13 12:55:33 -07:00
parent 5e2364334f
commit 846afa3eac
2 changed files with 13 additions and 11 deletions
+3
View File
@@ -12,4 +12,7 @@ export const VIEW_LABELS = {
regional: "Regional Map",
volcano: "Volcano",
admin: "Admin",
settings: "Settings",
personal: "Personal Info",
security: "Security",
};