mirror of
https://github.com/wanderer-industries/wanderer
synced 2025-12-12 02:35:42 +00:00
@@ -115,6 +115,9 @@ export const RoutesWidgetContent = () => {
|
|||||||
{preparedRoutes.map(route => {
|
{preparedRoutes.map(route => {
|
||||||
const sys = preparedHubs.find(x => x.solar_system_id === route.destination)!;
|
const sys = preparedHubs.find(x => x.solar_system_id === route.destination)!;
|
||||||
|
|
||||||
|
// eslint-disable-next-line no-console
|
||||||
|
console.log('JOipP', `Check sys [${route.destination}]:`, sys);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<div className="flex gap-2 items-center">
|
<div className="flex gap-2 items-center">
|
||||||
|
|||||||
Reference in New Issue
Block a user