From 179451b1ac12f8232aa42d633541d4fa4254d660 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Tue, 1 Dec 2015 23:20:12 +0500 Subject: Multiple UI Improvements --- web/react/components/get_link_modal.jsx | 2 +- web/react/components/sidebar.jsx | 2 -- web/react/components/view_image.jsx | 3 ++- 3 files changed, 3 insertions(+), 4 deletions(-) (limited to 'web/react/components') diff --git a/web/react/components/get_link_modal.jsx b/web/react/components/get_link_modal.jsx index df5d6b8e1..fd20834f4 100644 --- a/web/react/components/get_link_modal.jsx +++ b/web/react/components/get_link_modal.jsx @@ -75,7 +75,7 @@ export default class GetLinkModal extends React.Component { onHide={this.onHide} > - {this.props.title} +

{this.props.title}

{helpText} diff --git a/web/react/components/sidebar.jsx b/web/react/components/sidebar.jsx index b4c037183..5c8e73874 100644 --- a/web/react/components/sidebar.jsx +++ b/web/react/components/sidebar.jsx @@ -3,7 +3,6 @@ import NewChannelFlow from './new_channel_flow.jsx'; import MoreDirectChannels from './more_direct_channels.jsx'; -import SearchBox from './search_bar.jsx'; import SidebarHeader from './sidebar_header.jsx'; import UnreadChannelIndicator from './unread_channel_indicator.jsx'; import TutorialTip from './tutorial/tutorial_tip.jsx'; @@ -586,7 +585,6 @@ export default class Sidebar extends React.Component { teamName={TeamStore.getCurrent().name} teamType={TeamStore.getCurrent().type} /> -
e.stopPropagation()} -- cgit v1.2.3-1-g7c22