mirror of https://github.com/embarklabs/embark.git
Update provider name method
This commit is contained in:
parent
3fba585628
commit
84d5368e88
|
@ -152,7 +152,7 @@ class Storage extends React.Component {
|
|||
}
|
||||
|
||||
isIpfs(){
|
||||
return EmbarkJS.Storage.currentStorageName === 'ipfs';
|
||||
return EmbarkJS.Storage.currentProviderName === 'ipfs';
|
||||
}
|
||||
|
||||
render() {
|
||||
|
|
Loading…
Reference in New Issue