Skip to content

Commit

Permalink
channel: ultra-fast hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
indutny committed Sep 17, 2019
1 parent d1ec2ea commit 8af64f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/Channel.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ function Channel(props) {
href={getFeedURL(channel)}
title='Print feed URL'
onClick={onFeedURLClick}>
channelLink
{channelLink}
</a>;
} else {
const onHelpClick = (e) => {
Expand All @@ -125,7 +125,7 @@ function Channel(props) {
className='channel-name-link'
title='Display help'
onClick={onHelpClick}>
channelLink
{channelLink}
</span>;
}

Expand Down

0 comments on commit 8af64f7

Please sign in to comment.