Feature/add distance to now to the subscription expiration date (#1895)
* Add distance to now * Update changelog
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
*ngIf="userItem?.subscription?.type === 'Premium'"
|
||||
class="ml-1"
|
||||
[enableLink]="false"
|
||||
[title]="userItem.subscription.expiresAt | date: defaultDateFormat"
|
||||
[title]="'Expires ' + formatDistanceToNow(userItem.subscription.expiresAt) + ' (' + (userItem.subscription.expiresAt | date: defaultDateFormat) + ')'"
|
||||
></gf-premium-indicator>
|
||||
</div>
|
||||
</td>
|
||||
|
Reference in New Issue
Block a user