From 008e1068775b9b9f76d84c4766dc01c274ebe02e Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Mon, 19 Feb 2024 11:24:54 +0000 Subject: [PATCH] Remove extra 'first' from PIS handler pis-text string --- src/lib/train/pis-handler.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/train/pis-handler.svelte b/src/lib/train/pis-handler.svelte index 127ef8f..c7ebcde 100644 --- a/src/lib/train/pis-handler.svelte +++ b/src/lib/train/pis-handler.svelte @@ -12,7 +12,7 @@ {:else if pisObject['skipCount'] > 0} PIS: {pisObject.code}
- (skip first {pisObject.skipType}{#if pisObject.skipCount > 1} {" " + pisObject.skipCount} stops{:else} stop{/if}) + (skip {pisObject.skipType}{#if pisObject.skipCount > 1} {" " + pisObject.skipCount} stops{:else} stop{/if}) {/if} {/if}