fixed missing colon
This commit is contained in:
parent
7675418a2a
commit
86ce9b2681
@ -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 &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user