From e311bb5ed894e777ffe7289487e050e6a652515c Mon Sep 17 00:00:00 2001 From: Ziad Saab Date: Tue, 17 Sep 2024 15:59:40 -0500 Subject: [PATCH] Fix from > to in interactive-ui example (#2733) --- packages/examples/packages/interactive-ui/snap.manifest.json | 2 +- .../examples/packages/interactive-ui/src/components/Insight.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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}