diff --git a/app/js/components/shipList.js b/app/js/components/shipList.js index 6ef6227..065fc03 100644 --- a/app/js/components/shipList.js +++ b/app/js/components/shipList.js @@ -40,7 +40,7 @@ class ShipList extends Component { return

{title}

{ wallet ? : ''} - { list.map((ship, i) => ) } + { list.map((ship, i) => ) } { list.length == 0 ?

No ships available

: ''