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
];
}
};
}