fix back nav from sub category (#2191)
Had to click back twice when navigating from the category. Similar to d9bcbf06f4 (diff-1b0a0f2bf394d43b5e1cbe3e69dd19bb)
This commit is contained in:
parent
b28a579995
commit
b72ac5eb7d
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ export default (props: Props) => {
|
|||
<Button
|
||||
button="link"
|
||||
navigate="/show"
|
||||
navigateParams={{ uri: channel }}
|
||||
navigateParams={{ uri: channel, page: 1 }}
|
||||
label={claimName}
|
||||
/>
|
||||
<MarkAsRead channel={channel} />
|
||||
|
|
Loading…
Reference in a new issue