Skip to content

Commit

Permalink
Default study icon to study board if a flair is not selected
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorbayless committed Oct 11, 2024
1 parent 03a2cbf commit 534a54d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/study/src/main/ui/StudyBits.scala
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ final class StudyBits(helpers: Helpers):
div(cls := "study__icon")(
s.study.flair
.map(iconFlair)
.orElse(userFlairSync(s.study.ownerId))
.getOrElse(iconTag(Icon.StudyBoard))
),
div(
Expand Down

0 comments on commit 534a54d

Please sign in to comment.