+ fix spaces

This commit is contained in:
Miquel Colomer 2021-03-12 10:51:35 +01:00
parent bf50cbdad3
commit 1e580a9b85
2 changed files with 2 additions and 37 deletions

View file

@ -1,36 +1 @@
export const groups = {
groups: [{
"translated": "Audio",
"name": "audio"
}, {
"translated": "Communication",
"name": "communication"
}, {
"translated": "Company",
"name": "company"
}, {
"translated": "Finance",
"name": "finance"
}, {
"translated": "Geographical",
"name": "geographic"
}, {
"translated": "Image",
"name": "image"
}, {
"translated": "Internet",
"name": "internet"
}, {
"translated": "Personal",
"name": "personal"
}, {
"translated": "Product",
"name": "product"
}, {
"translated": "Security",
"name": "security"
}, {
"translated": "Text",
"name": "text"
}]
};
export const groups = {groups: [{'translated':'Audio','name':'audio'},{'translated':'Communication','name':'communication'},{'translated':'Company','name':'company'},{'translated':'Finance','name':'finance'},{'translated':'Geographical','name':'geographic'},{'translated':'Image','name':'image'},{'translated':'Internet','name':'internet'},{'translated':'Personal','name':'personal'},{'translated':'Product','name':'product'},{'translated':'Security','name':'security'},{'translated':'Text','name':'text'}]};

File diff suppressed because one or more lines are too long