Skip to content

Commit

Permalink
#1776 :: fix - scoreboard widget;
Browse files Browse the repository at this point in the history
  • Loading branch information
migbash committed Oct 20, 2023
1 parent 3737e0e commit b959094
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
const firebase_sportbook_title = firebaseSportbook?.sportbook;
const if_M_0 =
m_sportBookTitle.toLowerCase() == firebase_sportbook_title.toLowerCase()
&& FIXTURE_SCOREBOARD?.id == firebaseSportbook?.gameid
&& firebaseSportbook.markets != null
&& firebaseSportbook.markets['1X2FT'] != null
&& firebaseSportbook.markets['1X2FT'].data[0].value != null
Expand Down

0 comments on commit b959094

Please sign in to comment.