Skip to content

Commit

Permalink
Merge branch 'main' into deploy/staging
Browse files Browse the repository at this point in the history
  • Loading branch information
juandavidkincaid committed Jan 27, 2025
2 parents deba408 + a86c202 commit 7c38821
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/views/TransactionDetailView/TransactionDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export const TransactionDetail = ({ network }: { network: Exclude<HgtpNetwork, '
metagraphInfo.metagraphSymbol === 'DAG' &&
transaction &&
dagInfo &&
`(${formatPriceWithSymbol(transaction.amount || 0, { usd: 0 }, 2, '$', 'USD')})`
`(${formatPriceWithSymbol(transaction.amount || 0, dagInfo, 2, '$', 'USD')})`
}
skeleton={skeleton}
/>
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6984,9 +6984,9 @@ multicast-dns@^7.2.5:
thunky "^1.0.2"

nanoid@^3.3.4:
version "3.3.4"
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab"
integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==
version "3.3.8"
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.8.tgz#b1be3030bee36aaff18bacb375e5cce521684baf"
integrity sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==

natural-compare@^1.4.0:
version "1.4.0"
Expand Down

0 comments on commit 7c38821

Please sign in to comment.