Skip to content

Commit

Permalink
fix: mf-5097 extra comma (#10506)
Browse files Browse the repository at this point in the history
  • Loading branch information
UncleBill committed Aug 20, 2023
1 parent e379d28 commit d11aafa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export function injectToolboxHintAtTwitter(signal: AbortSignal, category: 'walle
})
attachReactTreeWithContainer(watcher.firstDOMProxy.afterShadow, { signal }).render(
<RootWeb3ContextProvider>
<ToolboxHintAtTwitter category={category} />,
<ToolboxHintAtTwitter category={category} />
</RootWeb3ContextProvider>,
)
injectProfile(signal)
Expand Down

0 comments on commit d11aafa

Please sign in to comment.