Add dappreg link to apps list (#3568)
* Fix rendering when contract is empty * Add registration dapp to app list
This commit is contained in:
@@ -33,6 +33,10 @@ export default class Dapp extends Component {
|
||||
? this.dappsStore.wipApp
|
||||
: this.dappsStore.currentApp;
|
||||
|
||||
if (!app) {
|
||||
return null;
|
||||
}
|
||||
|
||||
return (
|
||||
<div className={ styles.app }>
|
||||
{ this.dappsStore.isNew ? this.renderOwnerSelect(app) : this.renderOwnerStatic(app) }
|
||||
|
||||
Reference in New Issue
Block a user