Skip to content

Commit

Permalink
UI: Remove no longer relevant comment in PreviewPane.js
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyamalviya authored and cakekoa committed Oct 19, 2022
1 parent 987d77f commit 1bba0a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class PreviewPaneComponent extends AuthComponent {
IslandHttpClient.get("/api/agent-events?type=ExploitationEvent")
.then(res => res.body)
.then(events =>
events.filter(event => asset.ip_addresses.includes(event.target)) // TODO: check values and update when MapNode work is done
events.filter(event => asset.ip_addresses.includes(event.target))
)
.then(filteredEvents => {
if (filteredEvents.length === 0) {
Expand Down

0 comments on commit 1bba0a5

Please sign in to comment.