Skip to content

Commit

Permalink
base
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohan-cp committed Oct 4, 2023
1 parent 5ebd2a5 commit 732b148
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/mobile/src/screens/PostScreen/PostScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ function PostScreenInner() {
...PostScreenFragment
}
`,
{ postId: route.params.postId }
{ postId: route.params.postId },
{ fetchPolicy: 'store-or-network' }
);

const [query, refetch] = useRefetchableFragment<
Expand Down

0 comments on commit 732b148

Please sign in to comment.