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:
Thomas Zarebczan 2019-01-14 19:38:16 -05:00 committed by GitHub
parent b28a579995
commit b72ac5eb7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -115,7 +115,7 @@ export default (props: Props) => {
<Button <Button
button="link" button="link"
navigate="/show" navigate="/show"
navigateParams={{ uri: channel }} navigateParams={{ uri: channel, page: 1 }}
label={claimName} label={claimName}
/> />
<MarkAsRead channel={channel} /> <MarkAsRead channel={channel} />