oops
authorTheSaminator <thesaminator@users.noreply.github.com>
Mon, 4 Jul 2022 23:06:20 +0000 (19:06 -0400)
committerTheSaminator <thesaminator@users.noreply.github.com>
Mon, 4 Jul 2022 23:06:20 +0000 (19:06 -0400)
src/jsMain/kotlin/net/starshipfights/campaign/campaign_ui.kt

index dcd31dbfc0724fc7553ed0b0693d23f08addf315..883e238d1d509a16aa72362cd002684abfbd4b23 100644 (file)
@@ -232,7 +232,7 @@ object CampaignUI {
                                                val habitablePlanets = planets.filter { it.type == PlanetType.TERRESTRIAL }
                                                +" with "
                                                if (habitablePlanets.size == planets.size)
-                                                       "${planets.size} habitable planets"
+                                                       +"${planets.size} habitable planets"
                                                else if (habitablePlanets.isEmpty())
                                                        +"${planets.size} non-habitable planets"
                                                else