Skip to content

Commit

Permalink
#1809 :: fix :: unloadable competitions;
Browse files Browse the repository at this point in the history
  • Loading branch information
migbash committed Oct 26, 2023
1 parent d891388 commit 6153043
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@
// ▓▓ for valid competitions map data.
const if_M_0: boolean =
competitionMap?.size == 0
&& !competitionMap?.has(WIDGET_DATA?.competition?.id)
|| !competitionMap?.has(WIDGET_DATA?.competition?.id)
;
if (if_M_0) return;
Expand Down

0 comments on commit 6153043

Please sign in to comment.