Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
MCarlomagno committed Dec 3, 2024
1 parent a768458 commit 4431076
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/ui/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,7 @@
// listens to contract changes and posts them
// to the defender deploy iframe.
$: if (contract) {
postMessageToIframe('defender-deploy', {
kind: 'oz-wizard-defender-deploy',
contract
});
}
$: if (contract) postMessageToIframe('defender-deploy', { kind: 'oz-wizard-defender-deploy', contract });
const language = 'solidity';
Expand Down

0 comments on commit 4431076

Please sign in to comment.