Skip to content

Commit

Permalink
Chore: add buy for prefix to shop listing buy button
Browse files Browse the repository at this point in the history
  • Loading branch information
emielvanseveren committed Jul 16, 2024
1 parent 53a3c8f commit 89c0a5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const ShopListingBuyForm: FC<ShopListingBuyFormProps> = ({
fullWidth
type="submit"
disabled={playerCurrencyAmount < price}
text={`${price * watch('amount')} ${currencyName}`}
text={`Buy for ${price * watch('amount')} ${currencyName}`}
/>
</form>
);
Expand Down

0 comments on commit 89c0a5b

Please sign in to comment.