Skip to content

Commit f211f7c

Browse files
fix: profile community page translations
1 parent 9b29a32 commit f211f7c

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)