Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
MM-28101 Fix incorrect link in new sidebar Copy Link option (#6291)
Browse files Browse the repository at this point in the history
  • Loading branch information
hmhealey committed Aug 28, 2020
1 parent 82c045f commit 455c51a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function makeMapStateToProps() {
currentCategory,
isFavorite: isFavoriteChannel(state, ownProps.channel.id),
isMuted: isChannelMuted(member),
channelLink: `${getSiteURL()}/${ownProps.channelLink}`,
channelLink: `${getSiteURL()}${ownProps.channelLink}`,
managePublicChannelMembers,
managePrivateChannelMembers,
};
Expand Down

0 comments on commit 455c51a

Please sign in to comment.