Some small portal fixes
This commit is contained in:
@@ -248,7 +248,7 @@
|
||||
bind:value={calculation.player.metrics.weight}
|
||||
>
|
||||
{#each range(400) as weight}
|
||||
<option value={String(lbToKg(weight))}
|
||||
<option value={lbToKg(weight)}
|
||||
>{weight}</option
|
||||
>
|
||||
{/each}
|
||||
|
||||
Reference in New Issue
Block a user