Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.

Commit

Permalink
Merge branch 'alpha' of github.com:withspectrum/spectrum into 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brianlovin committed Mar 28, 2019
2 parents 1c48967 + 4e9da16 commit 5ff88d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/titlebar/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
} from 'src/components/button';
import InitDirectMessageWrapper from 'src/components/initDirectMessageWrapper';
import getComposerLink from 'src/helpers/get-composer-link';
import JoinChannel from 'src/components/joinCommunityWrapper';
import JoinChannel from 'src/components/joinChannelWrapper';
import JoinCommunity from 'src/components/joinCommunityWrapper';
import { withCurrentUser } from 'src/components/withCurrentUser';

Expand Down Expand Up @@ -77,7 +77,7 @@ export const MobileChannelAction = (props: ChannelProps) => {

return (
<JoinChannel
channelId={channel.id}
channel={channel}
render={({ isLoading }) => (
<PrimaryButton size={'small'} isLoading={isLoading}>
{isLoading ? 'Joining...' : 'Join'}
Expand Down

0 comments on commit 5ff88d9

Please sign in to comment.