Skip to content

Commit

Permalink
fix: do not display Snap if signature type is not relevant
Browse files Browse the repository at this point in the history
  • Loading branch information
ShubhamParkhi committed Oct 7, 2024
1 parent b6b73fb commit 5093d0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/kleros/scout-snap.git"
},
"source": {
"shasum": "688oit4YI29f42B9RFcIuCzh7JfrABkr+TWDAWkZbng=",
"shasum": "Ls/ufIlKzGfmNx4nKTjfV1HPVxwOHeKzAgv0ckfyeVQ=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/snap/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ export const onSignature: OnSignatureHandler = async ({ signature, signatureOrig
} else {
insights.push('No verifying contract found in the signature data.');
}
}
} else return null;

return {
content: panel([
Expand Down

0 comments on commit 5093d0c

Please sign in to comment.