From 5ab7726c1ec72678e505b87335eb011f97a09b3c Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Mon, 1 May 2017 09:18:21 +0500 Subject: Multiple Ui fixes (#6272) * PLT-6453 - Improving headings in the web app * PLT-6414 - Fixing view members modal issue * PLT-5863 - Fixing alignment in new channel menu * PLT-6391 - Fixing code block overlay --- webapp/components/new_channel_modal.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webapp/components/new_channel_modal.jsx') diff --git a/webapp/components/new_channel_modal.jsx b/webapp/components/new_channel_modal.jsx index 7f78c53c2..49103b7a8 100644 --- a/webapp/components/new_channel_modal.jsx +++ b/webapp/components/new_channel_modal.jsx @@ -113,7 +113,7 @@ export default class NewChannelModal extends React.Component { } if (this.props.serverError) { - serverError =

{this.props.serverError}

; + serverError =

{this.props.serverError}

; } let createPublicChannelLink = ( -- cgit v1.2.3-1-g7c22