Answer the question
In order to leave comments, you need to log in
`
How to remove extra data from a table?
You need to remove 0 EUR, and leave only FS
Here is a code snippet
<span className="tourn-player-prizes-list__nominal">
{` ${discardZeros(prize?.money_award)} ${currency}`}
{!!prize?.freespins_count && ` + \n ${prize.freespins_count} FS`}
</span>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question