fix double navigation issue on channels with more than one page #1797

Merged
neb-b merged 1 commit from channel-navigation into master 2018-07-20 20:57:00 +02:00
Showing only changes of commit ffab70fd9c - Show all commits

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>