fix linting errors

pull/3096/head
Joseph Izang 2 years ago committed by Aniket
parent 63972425b9
commit c02e0cd7a0
  1. 2
      libs/remix-ui/workspace/src/lib/remix-ui-workspace.tsx

@ -523,7 +523,7 @@ export function Workspace () {
</div>
</CustomTooltip>,
]
let menuLength = workspaceMenuIcons.length
const menuLength = workspaceMenuIcons.length
let count = 0
return (
<div className='d-flex flex-column justify-content-between h-100'>

Loading…
Cancel
Save