Skip to content

Commit

Permalink
Add missing banner prop (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
auggod authored Oct 14, 2023
1 parent 8b674fd commit 9226f28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/initial_state.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ type UserGroup struct {
ID string `json:"id"`
DisplayName string `json:"displayName"`
Avatar string `json:"avatar"`
Banner string `json:"banner"`
}

// Profile user public profile
Expand Down Expand Up @@ -54,6 +55,7 @@ func NewProfile(
ID: usergroups[i].ID,
DisplayName: usergroups[i].DisplayName,
Avatar: usergroups[i].Avatar,
Banner: usergroups[i].Banner,
})
}

Expand Down

0 comments on commit 9226f28

Please sign in to comment.