Added semicolons I forgot.

This commit is contained in:
wildscotsmen 2018-11-04 22:06:58 -05:00
parent bcf5c30718
commit a98025f8bb
1 changed files with 2 additions and 2 deletions

View File

@ -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;