Skip to content

Commit 6f45f29

Browse files
committed
fix: better column name
1 parent 551c675 commit 6f45f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

darkstat/front/ships.templ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ templ ShipTable(
5656
<th style="width:25px;">Class</th>
5757
<th style="width:25px;">Type</th>
5858
<th style="width:25px;">
59-
@frmt.MultiLinestring([]string{"Dock", "type"})
59+
@frmt.MultiLinestring([]string{"Dock", "type", "reachable"})
6060
</th>
6161
<th style="width:25px;">Price</th>
6262
<th style="width:25px;">Buyable</th>

0 commit comments

Comments
 (0)