Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Rex Dri
Rex Dri
Commits
919427fe
Unverified
Commit
919427fe
authored
May 03, 2020
by
Florent Chehab
Browse files
chore(front): simplifed use of university
parent
037b78a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/components/map/MainMap.jsx
View file @
919427fe
...
...
@@ -20,9 +20,7 @@ function MainMap() {
const
out
=
[];
const
universities
=
UniversityService
.
getUniversities
();
universities
.
forEach
(
university
=>
{
const
univ
=
UniversityService
.
getUniversityById
(
university
.
id
);
universities
.
forEach
(
univ
=>
{
if
(
univ
)
{
out
.
push
({
univName
:
univ
.
name
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment