mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-10-03 15:56:17 +00:00
Fix #873
This commit is contained in:
@@ -139,7 +139,7 @@ export default {
|
|||||||
</small>
|
</small>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<span v-if="hop.geo.city && hop.geo.country">
|
<span v-if="hop.geo && hop.geo.city && hop.geo.country">
|
||||||
<small>{{hop.geo.city}}, {{hop.geo.country}}</small>
|
<small>{{hop.geo.city}}, {{hop.geo.country}}</small>
|
||||||
</span>
|
</span>
|
||||||
<span v-else>
|
<span v-else>
|
||||||
|
Reference in New Issue
Block a user