Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
g. nicholas d'andrea committed Nov 17, 2021
2 parents b8a231e + 8c3609b commit 1e379dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-ui/src/solidity/Output.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export const useOutput = (defaultContents: string = "") => {
} catch (error) {
setState({
isGenerating: false,
error,
error: error as Error,
});
}
}, [
Expand Down

0 comments on commit 1e379dd

Please sign in to comment.