import React from 'react'; import Window from "./Window"; class StorageNodeInit extends React.Component { async componentDidMount() { const info = await this.props.node this.props.onClose() //this.props.mountWindow((onClose) => ) } render() { return
Waiting for init, make sure at least one miner is enabled
} } export default StorageNodeInit