fix solidity name check

pull/1/head
yann300 6 years ago
parent bff9fbc798
commit 454778e474
  1. 2
      src/remixAppManager.js

@ -33,7 +33,7 @@ export class RemixAppManager extends AppManagerApi {
// either using `location` in json profile or using the optionnal api in the `Plugin` class
// temp
if (entity && name === 'SolidityCompile') {
if (entity && name === 'solidity') {
isActive ? this.data.proxy.register(entity.api) : this.data.proxy.unregister(entity.api)
}
isActive ? this.store.activate(name) : this.store.deactivate(name)

Loading…
Cancel
Save