Skip to content

Commit

Permalink
issue #957
Browse files Browse the repository at this point in the history
  • Loading branch information
migbash committed Jan 16, 2023
1 parent 7d4c8e6 commit 9e23929
Showing 1 changed file with 10 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1994,14 +1994,16 @@
[ℹ] NOTE: status_abv trnasltions on hasura must
[ℹ] NOTE: must match that of the SPORTMONKS data
-->
<p
class="
no-wrap
s-14
color-grey
">
{fixture?.status == "NS" ? "NS" : FIXTURES_ODDS_T?.status_abv[fixture?.status]}
</p>
{#if fixture?.status != "NS"}
<p
class="
no-wrap
s-14
color-grey
">
{FIXTURES_ODDS_T?.status_abv[fixture?.status]}
</p>
{/if}
{/if}
</div>

Expand Down

0 comments on commit 9e23929

Please sign in to comment.