Fix set mount state

This commit is contained in:
Scott E. Graves
2019-06-06 21:05:59 -05:00
parent 5147536d9e
commit 7e0659f71f

View File

@@ -204,7 +204,7 @@ class MountItems extends IPCContainer {
};
onMountDriveReply = (event, arg) => {
this.props.setMounted(arg.data.ProviderState, arg.data.Success);
this.props.setMounted(arg.data.Provider, arg.data.Success);
this.detectMounts();
};