Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
yann300 committed Jun 13, 2024
1 parent e79444c commit c331317
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ export function ContractDropdownUI(props: ContractDropdownProps) {
</span>
}
>
<i style={{ cursor: 'pointer' }} onClick={(_) => {
<i style={{ cursor: 'pointer' }} onClick={(_) => {
props.syncContracts()
_paq.push(['trackEvent', 'udapp', 'syncContracts', compilationSource ? compilationSource : 'compilationSourceNotYetSet'])
}} className="udapp_syncFramework udapp_icon fa fa-refresh" aria-hidden="true"></i>
Expand Down

0 comments on commit c331317

Please sign in to comment.