From 42fea0975e7631218623276bc1e30bf5d655c043 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Fri, 14 Jul 2023 11:08:15 +0100 Subject: [PATCH] Add Map for 'ZZ' --- src/lib/stores/tocMap.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib/stores/tocMap.js b/src/lib/stores/tocMap.js index e9e1e05..8372231 100644 --- a/src/lib/stores/tocMap.js +++ b/src/lib/stores/tocMap.js @@ -34,7 +34,8 @@ const tocMap = { ty: 'Vintage Trains', ld: 'Lumo', so: 'Rail Adventure', - ln: 'Grand Union Trains' + ln: 'Grand Union Trains', + zz: 'Freight/Charter Company' }; export default tocMap; \ No newline at end of file