Skip to content

Commit

Permalink
fix: network
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint committed Nov 2, 2023
1 parent 18403a5 commit c3db669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Transaction/MoreDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const MoreDetails: FC<MoreDetailsProps> = ({ momokaTransaction }) => {
<ChevronUpIcon className={`${!open ? 'rotate-180 transform' : ''} h-5 w-5`} />
</Disclosure.Button>
<Disclosure.Panel className="pb-2 text-sm">
{(data?.publication as any)?.metadata.rawUri ? (
{(data?.publication as any)?.metadata?.rawUri ? (
<Meta title="On-chain Content URI" value={(data?.publication as any)?.metadata.rawUri} />
) : null}
<Meta
Expand Down

0 comments on commit c3db669

Please sign in to comment.