Move to 'updated' and 'checked' dates, rather than 'created' 'checked & updated'
This commit is contained in:
@@ -84,9 +84,9 @@
|
||||
</div>
|
||||
|
||||
<div class="card-footer">
|
||||
<span>Created on {formatDate(map.created)}</span>
|
||||
<span>Updated: {formatDate(map.updated)}</span>
|
||||
{#if map.checked}
|
||||
<span>• Checked & Updated on {formatDate(map.checked)}</span>
|
||||
<span>• Checked: {formatDate(map.checked)}</span>
|
||||
{/if}
|
||||
</div>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user