Skip to content

Commit

Permalink
fixed value for disabled states
Browse files Browse the repository at this point in the history
  • Loading branch information
mokelgit committed Aug 25, 2024
1 parent 192f49f commit f85f0ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export default function RowParent({ chainKey, index }) {
/>
</div>
<div className="flex flex-col ">
<div className="text-[14px] font-bold -mb-[2px] ">Value</div>
<div className="text-[14px] font-bold -mb-[2px] ">{"N/A"}</div>
<Link
href={`/chains/${AllChainsByKeys[chainKey].urlKey}/`}
className="hover:underline text-[10px]"
Expand Down

0 comments on commit f85f0ff

Please sign in to comment.