Skip to content

Commit 48445e6

Browse files
karooolisfrolic
andauthored
Update packages/explorer/src/app/(explorer)/[chainName]/worlds/[worldAddress]/decode/DecodeForm.tsx
Co-authored-by: Kevin Ingersoll <[email protected]>
1 parent 1d3bbbc commit 48445e6

File tree

1 file changed

+1
-1
lines changed
  • packages/explorer/src/app/(explorer)/[chainName]/worlds/[worldAddress]/decode

1 file changed

+1
-1
lines changed

packages/explorer/src/app/(explorer)/[chainName]/worlds/[worldAddress]/decode/DecodeForm.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ function isFunction(item: AbiItem): item is AbiFunction {
3535
return item.type === "function";
3636
}
3737

38-
function isError(item: AbiItem): item is AbiError {
38+
function isError(item: AbiItem): item is AbiItem & { type: "error" } {
3939
return item.type === "error";
4040
}
4141

0 commit comments

Comments
 (0)