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 ff84af5 commit 5825d26
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 5825d26

Please sign in to comment.