Show country flag in user list of webclient (#4431)

This commit is contained in:
Bruno Mendes 2021-10-14 21:59:06 -03:00 committed by GitHub
parent 3bc90003b3
commit dde0f568d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 15 additions and 9 deletions

View file

@ -1,7 +1,7 @@
import Countries from "./countries/_Countries";
export class Images {
static Countries = [
static Countries = {
...Countries
];
}
};
}

View file

@ -247,7 +247,7 @@ import za from "./za.svg";
import zm from "./zm.svg";
import zw from "./zw.svg";
const Countries = [
const Countries = {
ad,
ae,
af,
@ -496,6 +496,6 @@ const Countries = [
za,
zm,
zw,
];
};
export default Countries;
export default Countries;