Skip to content

Commit

Permalink
Merge pull request #120 from Sohith-code/self-registration-flow
Browse files Browse the repository at this point in the history
Fix: Link expiration active issue in UI
  • Loading branch information
vishnubansaltarento authored Dec 11, 2024
2 parents 5fb6a71 + 2829af6 commit db9042c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<div class="badge flex items-center"
[ngClass]="latestRegisteredData?.status && latestRegisteredData?.status === 'active' ? 'active':'in-active'">
{{latestRegisteredData?.status && latestRegisteredData?.status === 'active' ?
'Active': 'None'}}</div>
'Active': 'Inactive'}}</div>
</ng-container>
</div>

Expand Down

0 comments on commit db9042c

Please sign in to comment.