♻️ refactor: add empty space

This commit is contained in:
Wahyu Kurniawan
2024-03-06 16:38:45 +07:00
parent be4900e63f
commit 532732943e
@@ -66,6 +66,7 @@ export const Sidebar = ({ mobileOpen }: SidebarProps) => {
imgSrc: '/logo.svg',
};
}, [organizations, selectedOrgSlug, orgSlug]);
const formattedSelectOptions = useMemo(() => {
return organizations.map((org) => ({
value: org.slug,