We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b29a32 commit f211f7cCopy full SHA for f211f7c
src/pages/profile/[username]/communities/[slug].tsx
@@ -28,8 +28,8 @@ export const getServerSideProps: GetServerSideProps = wrapper.getServerSideProps
28
29
const [{ data }, translations] = await Promise.all([
30
store.dispatch(fetchProfileCommunity({ username: username as string, slug: slug as string })),
31
- store.dispatch(fetchUserProfile((username as string) || "")),
32
serverSideTranslations(locale as string),
+ store.dispatch(fetchUserProfile((username as string) || "")),
33
]);
34
35
return {
0 commit comments