Skip to content

Commit

Permalink
refactor(configure-mobile.client): updated stats to not show if loadi…
Browse files Browse the repository at this point in the history
…ng or error
  • Loading branch information
seaerchin committed Aug 8, 2021
1 parent e9593c3 commit c59392e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
tooltip-trigger="'click mouseenter'"
></i>
</div>
<div>
<div ng-show="!isLoading && !field.hasRetrievalError">
<small class="sms-counts"
>{{verifiedSmsCount}}/{{smsVerificationLimit}} SMSes used</small
>
Expand Down

0 comments on commit c59392e

Please sign in to comment.