vyper-error-fix
Aniket-Engg 2 years ago committed by Aniket
parent e7c3ef6b44
commit b1fd33053b
  1. 2
      libs/remix-ui/workspace/src/lib/remix-ui-workspace.tsx

@ -339,7 +339,7 @@ export function Workspace () {
}
{
global.fs.localhost.isRequestingLocalhost ? <div className="text-center py-5"><i className="fas fa-spinner fa-pulse fa-2x"></i></div>
: <div className='pl-2 filesystemexplorer remixui_treeview'>
: <div className='h-100 filesystemexplorer remixui_treeview'>
{ global.fs.mode === 'localhost' && global.fs.localhost.isSuccessfulLocalhost &&
<FileExplorer
name='localhost'

Loading…
Cancel
Save