Skip to content

feat: add avatar urls to groups #4525

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
Oct 17, 2022
Prev Previous commit
Next Next commit
fix test/js AGAIN
  • Loading branch information
sreya committed Oct 13, 2022
commit 6728e8c7aff320e5c931ae69d92984bfe78bd82b
1 change: 1 addition & 0 deletions site/src/util/groups.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export const everyOneGroup = (organizationId: string): Group => ({
name: "Everyone",
organization_id: organizationId,
members: [],
avatar_url: "",
})

export const getGroupSubtitle = (group: Group): string => {
Expand Down