Change 'Fetched' to 'Updated' on the Board page fetch time
This commit is contained in:
@@ -39,7 +39,7 @@
|
|||||||
<StationAlertCard messages={data.boardData.data.m} />
|
<StationAlertCard messages={data.boardData.data.m} />
|
||||||
{/if}
|
{/if}
|
||||||
<div class="time-data">
|
<div class="time-data">
|
||||||
<span class="time-loaded">Fetched: {formatUkDateTime(data.boardData.producedAt, true)}</span>
|
<span class="time-loaded">Updated: {formatUkDateTime(data.boardData.producedAt, true)}</span>
|
||||||
<span class="time-now">{formatUkTime(now, true)}</span>
|
<span class="time-now">{formatUkTime(now, true)}</span>
|
||||||
</div>
|
</div>
|
||||||
<pre class="json-dump">{JSON.stringify(data.boardData.data.s, null, 2)}</pre>
|
<pre class="json-dump">{JSON.stringify(data.boardData.data.s, null, 2)}</pre>
|
||||||
|
|||||||
Reference in New Issue
Block a user