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