Skip to content

Commit

Permalink
Merge pull request #610 from z3us-dapps/develop
Browse files Browse the repository at this point in the history
v2.0.48+ext
  • Loading branch information
heathsnee authored Aug 27, 2024
2 parents 227f94a + a2b72da commit f3a8c4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "z3us-extension",
"version": "2.0.47",
"version": "2.0.48",
"type": "module",
"scripts": {
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export const TransactionRequest: React.FC<IProps> = ({ interaction }) => {
draft.error = err.message
})
})
}, [state.trigger])
}, [buildIntent, state.trigger])

useEffect(() => {
if (!state.settings.feePayer && state.meta.needSignaturesFrom.length > 0) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ export const Preview: React.FC<IProps> = ({ intent, settings, meta, onSettingsCh
})
onStatusChange(newReceipt.status)
})
}, [intent])
}, [buildPreview, intent])

useEffect(() => {
if (!state.isLoading) return
Expand Down

0 comments on commit f3a8c4b

Please sign in to comment.