Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ToufeeqP committed May 10, 2024
1 parent 102b351 commit 58fb90e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-components/src/AccountName.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const MATCHERS: AddrMatcher[] = [
createNumMatcher('modlpy/nopls\x01', 'Pool', 'Reward'),
createNumMatcher('para', 'Parachain'),
createNumMatcher('sibl', 'Sibling'),
createAllMatcher('modlavl/brdg', 'Bridge'),
createAllMatcher('modlavl/brdg', 'Bridge')
];

const displayCache = new Map<string, React.ReactNode>();
Expand Down

0 comments on commit 58fb90e

Please sign in to comment.