Skip to content

Commit

Permalink
fix pfp render
Browse files Browse the repository at this point in the history
  • Loading branch information
treethought committed Jun 16, 2024
1 parent c3185e1 commit 4dc81ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/cast_details.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ func (m *CastView) SetCast(cast *api.Cast) tea.Cmd {
m.Clear()
m.cast = cast
m.pfp.SetURL(m.cast.Author.PfpURL, false)
m.pfp.SetSize(4, 4)
cmds := []tea.Cmd{
m.replies.SetOpHash(m.cast.Hash),
m.pubReply.SetContext(m.cast.Hash, m.cast.ParentURL, m.cast.Author.FID),
Expand Down

0 comments on commit 4dc81ec

Please sign in to comment.