pull/39/head
Lucas DELANIER 9 months ago
parent bb2a2baac3
commit 77e6790f59

@ -18,7 +18,7 @@ struct CustomBetLine: View {
}
var sortedAnswers: [AnswerDetail] {
bet.answers.sorted { $0.odds < $1.odds }
bet.answers.sorted { $0.totalParticipants > $1.totalParticipants }
}
func getTextStyle(for answer: AnswerDetail) -> Font.Weight {

Loading…
Cancel
Save