diff --git a/packages/examples/packages/interactive-ui/snap.manifest.json b/packages/examples/packages/interactive-ui/snap.manifest.json index 583e934906..0983d2f6d2 100644 --- a/packages/examples/packages/interactive-ui/snap.manifest.json +++ b/packages/examples/packages/interactive-ui/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "WSCjxt5olWIenXrxEpjc90jeiv5odFCZ1PQ67OwzgBk=", + "shasum": "/QN9nDp5xXwuqSGcR4KoDGWcL5Yns0tXpPufaFiY5nQ=", "location": { "npm": { "filePath": "dist/bundle.js", diff --git a/packages/examples/packages/interactive-ui/src/components/Insight.tsx b/packages/examples/packages/interactive-ui/src/components/Insight.tsx index 540aa56ee8..b803309b23 100644 --- a/packages/examples/packages/interactive-ui/src/components/Insight.tsx +++ b/packages/examples/packages/interactive-ui/src/components/Insight.tsx @@ -13,7 +13,7 @@ export const Insight: SnapComponent = ({ from, to }) => {
- {to ?
: None} + {to ?
: None}