From a98025f8bb74b64b6510284220be3880ce8740ac Mon Sep 17 00:00:00 2001 From: wildscotsmen Date: Sun, 4 Nov 2018 22:06:58 -0500 Subject: [PATCH] Added semicolons I forgot. --- src/components/SightingMap.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/SightingMap.js b/src/components/SightingMap.js index 6d428e1..3422182 100644 --- a/src/components/SightingMap.js +++ b/src/components/SightingMap.js @@ -228,10 +228,10 @@ export class MapContainer extends Component { pinIcon = '/mapicons/cage.png'; break; case 'photo': - pinIcon = '/mapicons/photo-icon.png' + pinIcon = '/mapicons/photo-icon.png'; break; case 'other': - pinIcon = '/mapicons/other-icon.png' + pinIcon = '/mapicons/other-icon.png'; break; default: break;