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.
2 parents c089f0a + f211f7c commit e938608Copy full SHA for e938608
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