chore: add culvert type in model method and fix dashboard skeleton issue
This commit is contained in:
@@ -583,9 +583,7 @@ function SidebarMenuSkeleton({
|
||||
showIcon?: boolean;
|
||||
}) {
|
||||
// Random width between 50 to 90%.
|
||||
const width = React.useMemo(() => {
|
||||
return `${Math.floor(Math.random() * 40) + 50}%`;
|
||||
}, []);
|
||||
const width = '70%';
|
||||
|
||||
return (
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user