♻️ refactor: add empty space
This commit is contained in:
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,
|
||||
|
Loading…
Reference in New Issue
Block a user