StaffLDB-Minify #1
@ -5,7 +5,6 @@
|
|||||||
import { detailInit, defineDetail } from './train-detail';
|
import { detailInit, defineDetail } from './train-detail';
|
||||||
import TrainDetail from './train-detail.svelte';
|
import TrainDetail from './train-detail.svelte';
|
||||||
import { fetchStaffLdb } from './fetch';
|
import { fetchStaffLdb } from './fetch';
|
||||||
import { error } from '@sveltejs/kit';
|
|
||||||
|
|
||||||
export let station: string;
|
export let station: string;
|
||||||
export let title: string | undefined = 'Loading...';
|
export let title: string | undefined = 'Loading...';
|
||||||
@ -61,6 +60,7 @@
|
|||||||
<span class="table-head-text">Ferry Services</span>
|
<span class="table-head-text">Ferry Services</span>
|
||||||
<TableGenerator services={data.ferryServices} click={showDetail} />
|
<TableGenerator services={data.ferryServices} click={showDetail} />
|
||||||
{/if}
|
{/if}
|
||||||
|
<!-- NRCC Alerts are not available -->
|
||||||
{/if}
|
{/if}
|
||||||
{:catch}
|
{:catch}
|
||||||
<h2>Error</h2>
|
<h2>Error</h2>
|
||||||
|
Loading…
Reference in New Issue
Block a user