Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
updraft0 committed Jun 23, 2024
1 parent 76b0be3 commit cbba359
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@ final class ConnectionInfoView(selected: Signal[Option[MapWormholeConnectionWith
.map(_.getOrElse(ctx.staticData.solarSystemMap(whcs.connection.toSystemId).name))
)

val whMassSize = s.map(getWormholeMassSize)
val whMassStatus = s.map(getWormholeMassStatus)
val whType = s.map(getWormholeClass)
// TODO: incorporate these
// val whMassSize = s.map(getWormholeMassSize)
// val whMassStatus = s.map(getWormholeMassStatus)
// val whType = s.map(getWormholeClass)

nodeSeq(
div(
Expand Down

0 comments on commit cbba359

Please # to comment.