Skip to content

Commit

Permalink
PR remark
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmitrevski committed Jan 29, 2025
1 parent b89ad20 commit 9b7fe27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ public struct ChannelAvatarView: View {
}

private func reloadAvatar() {
guard let channel else { return }
guard let channel, avatar == nil else { return }
channelAvatar = utils.channelHeaderLoader.image(for: channel)
}
}
Expand Down

0 comments on commit 9b7fe27

Please sign in to comment.