Skip to content

Commit

Permalink
v2.0.48+ext
Browse files Browse the repository at this point in the history
  • Loading branch information
heathsnee committed Aug 27, 2024
1 parent 1b0bd9c commit a2b72da
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 a2b72da

Please sign in to comment.