From 94a55ddf67fac0847cb56c55a58d80246b9b4f44 Mon Sep 17 00:00:00 2001 From: sonianb Date: Fri, 1 Jul 2022 11:11:35 +0100 Subject: [PATCH] fix postcode error --- pages/clothes-condition/recycle.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/clothes-condition/recycle.js b/pages/clothes-condition/recycle.js index dd7cc26..4c6c09a 100644 --- a/pages/clothes-condition/recycle.js +++ b/pages/clothes-condition/recycle.js @@ -18,7 +18,7 @@ export default function Recycle() { if (!result.ok) { setData(null); setError( - `Oops, looks like we don't have any information for this postcode, yet. Try the postcode N195SH.` + `Oops, looks like we don't have any information for this postcode, yet. Try the postcode n195sh.` ); return; }