Skip to content

Commit

Permalink
add issuer por field (#2119)
Browse files Browse the repository at this point in the history
  • Loading branch information
khadni authored Oct 11, 2024
1 parent b2fb00a commit 70a8b19
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/features/feeds/components/Tables.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,14 @@ const ProofOfReserveTr = ({ network, proxy, showExtraDetails }) => (
</dt>
<dd>{proxy.docs.porSource}</dd>
</div>
{proxy.docs.issuer ? (
<div>
<dt>
<span class="label">Issuer:</span>
</dt>
<dd>{proxy.docs.issuer}</dd>
</div>
) : null}
</dl>
</div>
</td>
Expand Down

0 comments on commit 70a8b19

Please sign in to comment.