Merge branch 'develop' of https://gitlab.com/witel-front-end/loan-facilities/expert into feature/LFFE-19_add_maximum_amount

This commit is contained in:
2023-11-14 09:44:37 +03:30
6 changed files with 32 additions and 10 deletions

View File

@@ -87,7 +87,7 @@ export default function SidebarList({handleDrawerToggle}) {
}, [selectedKey]);
return (
<List sx={{overflow: "scroll"}}>
<List dense={true} sx={{overflow: "scroll"}}>
{itemMenu.map((itemArr, index) => (
<Fragment key={index}>
{itemArr.map((item) =>