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

MM-28101 Fix incorrect link in new sidebar Copy Link option #6291

Merged
merged 1 commit into from
Aug 28, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
MM-28101 Fix incorrect link in new sidebar Copy Link option
  • Loading branch information
hmhealey committed Aug 27, 2020
commit 86d8ba7a893438323f17e1f99c66779f717078c2
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