Skip to content

Commit d420720

Browse files
committed
Merge branch 'staging-beta' into songbird-release
2 parents 4abeedd + 77c7e2b commit d420720

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/modals/SelfMintModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ export default function SelfMintModal({ opened, onClose, fAssetSymbol, agentVaul
273273
size="sm"
274274
className="mt-1"
275275
>
276-
{amountForSelfMint.data?.freeLots}
276+
{lots}
277277
</Text>
278278
</Grid.Col>
279279
<Grid.Col

src/components/modals/SelfMintUnderylingModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ export default function SelfMintUnderlyingModal({ opened, onClose, fAssetSymbol,
277277
size="sm"
278278
className="mt-1"
279279
>
280-
{amountForSelfMint.data?.freeLots}
280+
{lots}
281281
</Text>
282282
</Grid.Col>
283283
<Grid.Col

0 commit comments

Comments
 (0)