Skip to content

Commit

Permalink
Update/fixture odds status ns 2 (#985)
Browse files Browse the repository at this point in the history
* `hot-fix` for #974 (#975)

* `🔥hot-fix` to PROD (#983)

* `hot-fix` for #974

* 🔥hot fix/prod h2h issues (#982)

* `update` README.md

* `issue` #972 #976

* `issue` #972

* `deepsource` JS-0357

* `deepsource` JS-0128

* `deepsource` JS-0051

* `deepsource` JS-0116

* `deepsource` JS-0246

* `deepsource` JS-0241

* `deepsource` JS-0241

* `deepsource` JS-0123

* `deepsource` JS-0356

* issue #957
  • Loading branch information
migbash authored Jan 16, 2023
1 parent 0aff484 commit 41a0e63
Showing 1 changed file with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2000,7 +2000,16 @@
s-14
color-grey
">
{fixture?.status == "NS" ? "NS" : FIXTURES_ODDS_T?.status_abv[fixture?.status]}
{#if fixture?.status != "NS"}
<p
class="
no-wrap
s-14
color-grey
">
{FIXTURES_ODDS_T?.status_abv[fixture?.status]}
</p>
{/if}
</p>
{/if}
</div>
Expand Down

0 comments on commit 41a0e63

Please sign in to comment.