Skip to content

Commit

Permalink
Fix GuidancePage breaking on language switch (#5821)
Browse files Browse the repository at this point in the history
  • Loading branch information
FestiveKyle authored Oct 17, 2024
1 parent 3bff3e9 commit e9aab94
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/guidance/GuidancePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ function GuidancePage() {
const { loading, error, data } = useQuery(DOMAIN_GUIDANCE_PAGE, {
variables: { domain: domain },
fetchPolicy: 'cache-and-network',
nextFetchPolicy: 'cache-only',
errorPolicy: 'all',
})

Expand Down

0 comments on commit e9aab94

Please sign in to comment.