Update option info modal to only display non-hidden options

This commit is contained in:
Oliver Akins 2022-03-13 01:45:06 -06:00
parent 6e9ff8b751
commit ee40351d1b
No known key found for this signature in database
GPG key ID: 3C2014AF9457AF99
2 changed files with 11 additions and 35 deletions

View file

@ -44,6 +44,7 @@ onDestroy(() => {
<OptionInfo
open="{modal.options}"
{visibleOptions}
on:close="{_ => modal.options = false}"
/>
<ShipDesigner