Skip to content

Commit

Permalink
fix(wallet): render issuer brand correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
samsiegart authored and mergify-bot committed Dec 7, 2021
1 parent 230d998 commit f648c19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/wallet/ui/src/views/Issuers.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import Card from '../components/Card';
import CardItem from '../components/CardItem';
import MakePurse from '../components/MakePurse';
import ImportIssuer from '../components/ImportIssuer';
import Petname from '../components/Petname';
import { icons, defaultIcon } from '../util/Icons';
import { withApplicationContext } from '../contexts/Application';

Expand Down Expand Up @@ -74,7 +75,7 @@ export const IssuersWithoutContext = ({
width="32px"
/>
<div>
<div className="text-gray">{issuer.issuerPetname}</div>
<Petname name={issuer.issuerPetname} />
<div>
Board ID: (
<span className="Board">board:{issuer.issuerBoardId}</span>)
Expand Down

0 comments on commit f648c19

Please sign in to comment.