Skip to content

Commit

Permalink
score is not displayed when score is 0
Browse files Browse the repository at this point in the history
  • Loading branch information
jitendraP-ashutec authored and jitendraashutec committed Oct 8, 2020
1 parent 406eba2 commit 72344b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
class="score-container">
<Image src="res://bits"></Image>
<Label class="score-text"
[text]="game?.stats[user.userId]?.score * (applicationSettings?.tokens?.earn_bits ? applicationSettings?.tokens?.earn_bits : 0)"
text="{{game?.stats[user.userId]?.score * (applicationSettings?.tokens?.earn_bits ? applicationSettings?.tokens?.earn_bits : 0)}}"
textWrap="true"></Label>
</FlexboxLayout>
<Button *ngIf="!turnFlag && !threeConsecutiveAnswer" android:elevation="20" ios:elevation="20" android:paddingTop="15" ios:paddingTop="10"
Expand Down

0 comments on commit 72344b8

Please sign in to comment.