fix paths and updateCheckStatusEnum

This commit is contained in:
Matthew Hodgson 2018-04-13 16:49:59 +01:00
parent 13765632e9
commit 610747e76a
2 changed files with 2 additions and 2 deletions

View file

@ -70,7 +70,7 @@ export default class CountryDropdown extends React.Component {
}
_flagImgForIso2(iso2) {
return <img src={`flags/${iso2}.png`} />;
return <img src={`img/flags/${iso2}.png`} />;
}
_getShortOption(iso2) {