fix paths and updateCheckStatusEnum
This commit is contained in:
parent
13765632e9
commit
610747e76a
2 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue