Skip to content

Commit 93a8ec4

Browse files
authored
Merge pull request #212 from hyperledger/Chengxuan-patch-1
Update ApiAccordion.tsx
2 parents c66db39 + d5ddd43 commit 93a8ec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Accordions/ApiAccordion.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export const ApiAccordion: React.FC<Props> = ({ api, isOpen = false }) => {
3737
},
3838
{
3939
header: t('messageID'),
40-
data: <HashPopover address={api.message} shortHash />,
40+
data: <HashPopover address={api.message ?? ''} shortHash />,
4141
},
4242
];
4343

0 commit comments

Comments
 (0)