Clean elementsSidebar and fix eslint
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
dcfb93aa12
commit
3d7baafc17
3 changed files with 5 additions and 14 deletions
|
@ -110,8 +110,6 @@ export const ElementsSidebar: React.FC<IElementsSidebarProps> = (props: IElement
|
|||
);
|
||||
};
|
||||
|
||||
const ROW_HEIGHT = 35;
|
||||
const NUMBERS_OF_ROWS = 10;
|
||||
return (
|
||||
<div className={`fixed flex flex-col bg-slate-100 text-gray-800 transition-all h-full w-64 overflow-y-auto z-20 ${isOpenClasses}`}>
|
||||
<div className='bg-slate-100 font-bold sidebar-title'>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue