StaffLDB-Minify #1

Merged
fred.boniface merged 27 commits from StaffLDB-Minify into main 2023-10-03 21:37:00 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 0859b6a23a - Show all commits

View File

@ -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>