Add error reporting on connect and main page
This commit is contained in:
@@ -140,7 +140,9 @@ export default class Connect extends Component {
|
||||
</details>
|
||||
|
||||
<br/>
|
||||
|
||||
${this.props.error ? html`
|
||||
<p class="error-text">${this.props.error || ""}</p>
|
||||
` : null}
|
||||
<button disabled=${this.props.disabled}>Connect</button>
|
||||
</form>
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user