fix double navigation issue on channels with more than one page
This commit is contained in:
parent
402e63d27f
commit
ffab70fd9c
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue