♻️ 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',
|
imgSrc: '/logo.svg',
|
||||||
};
|
};
|
||||||
}, [organizations, selectedOrgSlug, orgSlug]);
|
}, [organizations, selectedOrgSlug, orgSlug]);
|
||||||
|
|
||||||
const formattedSelectOptions = useMemo(() => {
|
const formattedSelectOptions = useMemo(() => {
|
||||||
return organizations.map((org) => ({
|
return organizations.map((org) => ({
|
||||||
value: org.slug,
|
value: org.slug,
|
||||||
|
Loading…
Reference in New Issue
Block a user