pull/2074/head
filip mertens 3 years ago
parent 640d67990b
commit ddd0bdb3f4
  1. 2
      apps/remix-ide/src/app/plugins/ViewPluginUI.tsx

@ -22,7 +22,7 @@ export const ViewPluginUI = (props: IViewPluginUI) => {
return ( return (
<>{state? <>{state?
<div>{props.plugin.updateComponent(state)}</div> <>{props.plugin.updateComponent(state)}</>
:<></> :<></>
}</> }</>
) )

Loading…
Cancel
Save