Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ttwishing committed Oct 2, 2024
1 parent c1ff61b commit 6f85ccc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/resources/components/forms/powerup.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
[activeBlockchain, amount, powerupPrice],
([$activeBlockchain, $amount, $powerupPrice]) => {
if ($activeBlockchain && $powerupPrice) {
return Asset.from(
Number($powerupPrice.value) * Number($amount),
$activeBlockchain.coreTokenSymbol
Expand Down

0 comments on commit 6f85ccc

Please sign in to comment.