fix double navigation issue on channels with more than one page

This commit is contained in:
Sean Yesmunt 2018-07-20 12:35:58 -04:00
parent 402e63d27f
commit ffab70fd9c

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>