Skip to content

Commit

Permalink
fix FAQ language
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmtsk committed Jun 15, 2021
1 parent 4085ce6 commit d94801f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/HelpIndex/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const HelpIndex: React.FC = () => {
const {language} = useApp();

React.useEffect(() => {
fetchStoryblok('/page/faq', language ?? 'en').then((response) => {
fetchStoryblok('48429742', language ?? 'en').then((response) => {
setStory(response.data.story);
setLoading(false);
});
Expand Down

0 comments on commit d94801f

Please sign in to comment.