fixed missing colon

This commit is contained in:
Annika Hannig 2023-05-26 11:21:15 +02:00
parent 7675418a2a
commit 86ce9b2681
No known key found for this signature in database
GPG Key ID: 62E226E47DDCE58D

View File

@ -59,7 +59,7 @@ const RouteDetailsModal = () => {
<th>Next Hop:</th><td>{attrs.next_hop}</td>
</tr>
<tr>
<th>MED</th>
<th>MED:</th>
<td>{attrs.med}</td>
</tr>
{attrs.as_path &&