We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c66db39 + d5ddd43 commit 93a8ec4Copy full SHA for 93a8ec4
src/components/Accordions/ApiAccordion.tsx
@@ -37,7 +37,7 @@ export const ApiAccordion: React.FC<Props> = ({ api, isOpen = false }) => {
37
},
38
{
39
header: t('messageID'),
40
- data: <HashPopover address={api.message} shortHash />,
+ data: <HashPopover address={api.message ?? ''} shortHash />,
41
42
];
43
0 commit comments