Update provider name method

This commit is contained in:
Anthony Laibe 2018-08-24 14:17:37 +01:00
parent 3fba585628
commit 84d5368e88
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ class Storage extends React.Component {
}
isIpfs(){
return EmbarkJS.Storage.currentStorageName === 'ipfs';
return EmbarkJS.Storage.currentProviderName === 'ipfs';
}
render() {