Skip to content

Commit f6f4b67

Browse files
fix: Team Logo not Showing up in Team Event Create Modal (#10959)
Co-authored-by: Peer Richelsen <[email protected]>
1 parent 8c8550e commit f6f4b67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/trpc/server/routers/viewer/eventTypes/getByViewer.handler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ export const getByViewerHandler = async ({ ctx, input }: GetByViewerOptions) =>
272272
...group.metadata,
273273
teamId: group.teamId,
274274
membershipRole: group.membershipRole,
275-
image: `${bookerUrl}${group.teamId ? "/team" : ""}/${group.profile.slug}/avatar.png`,
275+
image: `${bookerUrl}/${group.profile.slug}/avatar.png`,
276276
})),
277277
};
278278
};

0 commit comments

Comments
 (0)