fix double navigation issue on channels with more than one page #1797
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ class UriIndicator extends React.PureComponent<Props> {
|
||||||
noPadding
|
noPadding
|
||||||
className="btn--uri-indicator"
|
className="btn--uri-indicator"
|
||||||
navigate="/show"
|
navigate="/show"
|
||||||
navigateParams={{ uri: channelLink }}
|
navigateParams={{ uri: channelLink, page: 1 }}
|
||||||
>
|
>
|
||||||
{inner}
|
{inner}
|
||||||
</Button>
|
</Button>
|
||||||
|
|
Loading…
Reference in a new issue