mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-03-12 01:32:12 +00:00
refactor: replace TSLint with ESLint
This commit is contained in:
committed by
Jovan Krunić
parent
67fb4a43c9
commit
d696215d08
@@ -1,7 +1,7 @@
|
||||
<div *ngIf="origin.type === 'user'">
|
||||
<p>{{origin.created | amDateFormat:'ll'}}</p>
|
||||
<p>{{ origin.created | amDateFormat: 'll' }}</p>
|
||||
</div>
|
||||
|
||||
<div *ngIf="origin.type === 'remote'">
|
||||
<p>{{origin.indexed | amDateFormat:'ll'}}</p>
|
||||
<p>{{ origin.indexed | amDateFormat: 'll' }}</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user