From 4e3eb2bb181ff6baad9911e231558eee0a08291c Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Tue, 22 Mar 2016 10:03:17 -0400 Subject: Added SpinnerButton component to handle buttons that are also spinners --- webapp/components/more_direct_channels.jsx | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) (limited to 'webapp/components/more_direct_channels.jsx') diff --git a/webapp/components/more_direct_channels.jsx b/webapp/components/more_direct_channels.jsx index 57cac7229..d1446059d 100644 --- a/webapp/components/more_direct_channels.jsx +++ b/webapp/components/more_direct_channels.jsx @@ -5,9 +5,9 @@ import {Modal} from 'react-bootstrap'; import FilteredUserList from './filtered_user_list.jsx'; import UserStore from 'stores/user_store.jsx'; import * as Utils from 'utils/utils.jsx'; -import loadingGif from 'images/load.gif'; import {FormattedMessage} from 'react-intl'; +import SpinnerButton from 'components/spinner_button.jsx'; import React from 'react'; @@ -83,26 +83,16 @@ export default class MoreDirectChannels extends React.Component { } createJoinDirectChannelButton({user}) { - if (this.state.loadingDMChannel === user.id) { - return ( - - ); - } - return ( - + ); } -- cgit v1.2.3-1-g7c22