Skip to content

Commit

Permalink
change hasSpread condition
Browse files Browse the repository at this point in the history
  • Loading branch information
MIPPL committed Jan 6, 2021
1 parent cee94f3 commit 571e9d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion breadwallet/WagerrEntities.swift
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ class BetEventDatabaseModel : BetCore {
}

var hasSpreads : Bool {
return (spreadPoints>0)
return !(spreadHomeOdds==0 && spreadAwayOdds==0 && spreadPoints==0)
}
var hasTotals : Bool {
return (totalPoints>0)
Expand Down

0 comments on commit 571e9d5

Please sign in to comment.