Skip to content

Commit

Permalink
dont display coingecko id, instead use ticker
Browse files Browse the repository at this point in the history
  • Loading branch information
johannafransn committed Apr 22, 2024
1 parent 2dbd211 commit 464420d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/CreateFrame.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ export default function CreateFrame() {
<div className="flex flex-col mt-6 md:flex-1">
<label className="flex my-2 text-black">
Mint Price in{" "}
{erc20Token ? erc20Token?.coinGeckoId.toUpperCase() : "ETH"}
{erc20Token ? erc20Token?.ticker.toUpperCase() : "ETH"}
</label>
<div className="text-xs mb-2 flex flex-col">
{getDisplayValue(valueInEth.toString())} ETH{" "}
Expand Down

0 comments on commit 464420d

Please sign in to comment.