We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7adc98 commit 6b2c915Copy full SHA for 6b2c915
static/js/ktl-component/teach/components/teach-map/teach-map.jsx
@@ -22,7 +22,7 @@ export const TeachMap = ({className}) => {
22
const items = data.map(university => {
23
return {
24
...university,
25
- id: `${university.title}-${university.location}`
+ id: `${university.title}-${university.location}-${university.geo.lat}-${university.geo.lng}`
26
}
27
});
28
setUniversities(items)
0 commit comments