Skip to content

Commit

Permalink
comment usd value in the account page
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadhassoun366 committed Sep 18, 2024
1 parent d763da3 commit 4759d97
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/app/(header-footer-layout)/address/[address]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export default function AddressPage({ params }: AddressPageProps) {
</div>

{/* Pwr value */}
<div className="space-y-1">
{/* <div className="space-y-1">
<span className="text-agrey-500 dark:text-agrey-600 text-sm font-medium">
PWR VALUE
</span>
Expand All @@ -186,7 +186,7 @@ export default function AddressPage({ params }: AddressPageProps) {
(@ $1.00/PWR)
</span>
</div>
</div>
</div> */}
</div>

{/* Overview box */}
Expand Down Expand Up @@ -249,8 +249,8 @@ export default function AddressPage({ params }: AddressPageProps) {
className="text-medium dark:text-ablue-100 text-ablue-500 dark:hover:text-ablue-300 hover:text-ablue-200"
>
{shortenAddress(
txnHistoryData.firstLastTransactions.firstTransaction
.txnHash
txnHistoryData.firstLastTransactions
.firstTransaction.txnHash
)}
</Link>

Expand All @@ -274,8 +274,8 @@ export default function AddressPage({ params }: AddressPageProps) {

<div className="text-agrey-500 dark:text-agrey-600 text-sm font-medium">
{timeAgo(
txnHistoryData.firstLastTransactions.firstTransaction
.timeStamp
txnHistoryData.firstLastTransactions
.firstTransaction.timeStamp
)}
</div>
</div>
Expand Down

0 comments on commit 4759d97

Please sign in to comment.