fix linting

pull/4724/head
aniket-engg 7 months ago committed by Aniket
parent 05cffc3d34
commit 43055ae550
  1. 2
      libs/remix-ui/run-tab/src/lib/actions/events.ts

@ -14,7 +14,7 @@ import { shortenAddress } from "@remix-ui/helper"
const _paq = window._paq = window._paq || []
export const setupEvents = (plugin: RunTab, dispatch: React.Dispatch<any>) => {
let currentNetwork = {
const currentNetwork = {
provider: null,
chainId: null
}

Loading…
Cancel
Save