♻️ refactor: add empty space

This commit is contained in:
Wahyu Kurniawan 2024-03-06 16:38:45 +07:00
parent be4900e63f
commit 532732943e
No known key found for this signature in database
GPG Key ID: 040A1549143A8E33

View File

@ -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,