Update client dependencies
This commit is contained in:
parent
f20ca4038e
commit
004e7890e5
9 changed files with 1733 additions and 1595 deletions
|
@ -4,7 +4,9 @@ import TabListItem from './TabListItem';
|
|||
|
||||
export default class TabList extends PureComponent {
|
||||
handleTabClick = (server, target) => this.props.select(server, target);
|
||||
|
||||
handleConnectClick = () => this.props.push('/connect');
|
||||
|
||||
handleSettingsClick = () => this.props.push('/settings');
|
||||
|
||||
render() {
|
||||
|
|
|
@ -29,7 +29,10 @@ export default class ChatTitle extends PureComponent {
|
|||
let serverError = null;
|
||||
if (!tab.name && status.error) {
|
||||
serverError = (
|
||||
<span className="chat-topic error">Error: {status.error}</span>
|
||||
<span className="chat-topic error">
|
||||
Error:
|
||||
{status.error}
|
||||
</span>
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue