From 8165033ea4876e26b091802690a99ce83d17ddf6 Mon Sep 17 00:00:00 2001 From: Jef LeCompte Date: Thu, 24 Sep 2020 08:04:31 -0400 Subject: [PATCH] chore(store): fix microcenter name --- src/store/model/microcenter.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/model/microcenter.ts b/src/store/model/microcenter.ts index 4e57145..272bc26 100644 --- a/src/store/model/microcenter.ts +++ b/src/store/model/microcenter.ts @@ -17,7 +17,7 @@ const microCenterLocationToId: Map = new Map([ ['houston', '155'], ['madison-heights', '055'], ['marietta', '041'], - ['mayfiend-heights', '051'], + ['mayfield-heights', '051'], ['north-jersey', '075'], ['overland-park', '191'], ['parkville', '125'],