mirror of
https://github.com/wanderer-industries/wanderer
synced 2025-12-12 10:45:54 +00:00
@@ -115,8 +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)!;
|
||||||
|
|
||||||
|
// TODO do not delte this console log
|
||||||
// eslint-disable-next-line no-console
|
// eslint-disable-next-line no-console
|
||||||
console.log('JOipP', `Check sys [${route.destination}]:`, sys);
|
// console.log('JOipP', `Check sys [${route.destination}]:`, sys);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
|
|||||||
Reference in New Issue
Block a user