Skip to content

Commit

Permalink
Merge pull request #475 from bounswe/feature/frontend_fix_mock_data
Browse files Browse the repository at this point in the history
remove bad testing data
  • Loading branch information
kubraaksux committed Nov 27, 2023
2 parents 7a366c9 + 86b91cb commit ed67f2a
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions resq/frontend/src/pages/MapDemo.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,20 +102,7 @@ const mock_markers = [
quantity: 500,
},
],
},
...[...Array(20).keys()].map(i =>
[...Array(20).keys()].map(j => (
{
type: "Request",
latitude: 37 + 0.5 * i,
longitude: 31 + 0.5 * j,
requester: {
name: "Müslüm",
surname: "Ertürk"
},
urgency: "HIGH",
needs: []
}))).flat()
}
]

function getAllCategories(item) {
Expand Down

0 comments on commit ed67f2a

Please sign in to comment.