Commit b878838 1 parent 1644119 commit b878838 Copy full SHA for b878838
File tree 1 file changed +2
-2
lines changed
src/VirtoCommerce.Platform.Web/wwwroot/js/app/security/blades
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 38
38
</ li >
39
39
< li class = "list-item" >
40
40
< div class = "list-t" > { { 'platform.blades.account-detail.labels.last-login-date' | translate } } </ div >
41
- < div class = "list-descr" ng-if = "blade.currentEntity.lastLoginDate !== null" > { { blade. currentEntity . lastLoginDate | amParse | date :'medium' } } </ div >
42
- < div class = "list-descr" ng-if = "blade.currentEntity.lastLoginDate === null" > N/A</ div >
41
+ < div class = "list-descr" ng-if = "blade.currentEntity.lastLoginDate != null" > { { blade. currentEntity . lastLoginDate | amParse | date :'medium' } } </ div >
42
+ < div class = "list-descr" ng-if = "blade.currentEntity.lastLoginDate == null" > N/A</ div >
43
43
</ li >
44
44
</ ul >
45
45
</ script >
You can’t perform that action at this time.
0 commit comments