Merge pull request #1797 from lbryio/channel-navigation

fix double navigation issue on channels with more than one page
This commit is contained in:
Sean Yesmunt 2018-07-20 14:56:59 -04:00 committed by GitHub
commit 7c7c620513
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -80,7 +80,7 @@ class UriIndicator extends React.PureComponent<Props> {
noPadding
className="btn--uri-indicator"
navigate="/show"
navigateParams={{ uri: channelLink }}
navigateParams={{ uri: channelLink, page: 1 }}
>
{inner}
</Button>