summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErnst Widerberg <ernst@sunet.se>2022-05-31 10:25:43 +0200
committerErnst Widerberg <ernst@sunet.se>2022-05-31 10:25:43 +0200
commit5af65e76c017de07ef5debf64f42feac535c195f (patch)
tree54883fa9f7c23240e649bd5a85c775bb882f51f2
parentbbf79e57dffd95408322e0ae3cdd3931b7a83b37 (diff)
Bugfix
-rw-r--r--src/components/ScanView.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/ScanView.js b/src/components/ScanView.js
index 00c6ddb..b0c1ccd 100644
--- a/src/components/ScanView.js
+++ b/src/components/ScanView.js
@@ -84,7 +84,7 @@ class ScanView extends React.Component {
</tr>
<tr>
<td>Endpoint</td>
- <td>{`${this.state.ip}:${this.props.port}`}</td>
+ <td>{`${this.state.ip}:${this.state.port}`}</td>
</tr>
<tr>
<td>Hostname</td>
@@ -96,7 +96,7 @@ class ScanView extends React.Component {
</tr>
<tr>
<td>ASN</td>
- <td>{`${this.state.asn} (${this.props.asn_country_code})`}</td>
+ <td>{`${this.state.asn} (${this.state.asn_country_code})`}</td>
</tr>
<tr>
<td>Abuse mail</td>