Skip to content

Commit e938608

Browse files
authored
Merge pull request #1014 from dacadeorg/ht/fix-profile-community-translation
Hot fix: profile community page translations
2 parents c089f0a + f211f7c commit e938608

File tree

1 file changed

+1
-1
lines changed
  • src/pages/profile/[username]/communities

1 file changed

+1
-1
lines changed

src/pages/profile/[username]/communities/[slug].tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ export const getServerSideProps: GetServerSideProps = wrapper.getServerSideProps
2828

2929
const [{ data }, translations] = await Promise.all([
3030
store.dispatch(fetchProfileCommunity({ username: username as string, slug: slug as string })),
31-
store.dispatch(fetchUserProfile((username as string) || "")),
3231
serverSideTranslations(locale as string),
32+
store.dispatch(fetchUserProfile((username as string) || "")),
3333
]);
3434

3535
return {

0 commit comments

Comments
 (0)