Skip to content

Commit

Permalink
fix npm run build
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur-Kamau committed Dec 13, 2024
1 parent 4fa3080 commit f867d33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/components/ui/navigation/CustomDrawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
DrawerHeader,
DrawerRoot,
DrawerTitle,
DrawerTrigger,

} from "../drawer"
import { Button } from "../button"
import { LuCheck, LuExternalLink, LuEye, LuX } from "react-icons/lu"
Expand Down Expand Up @@ -287,7 +287,7 @@ const ChainDetails = ({ fileInfo, callBack }: IPageDataDetails) => {

const verifyAquaChain = () => {

let verifier = new AquaVerifier({
const verifier = new AquaVerifier({
alchemyKey: 'ZaQtnup49WhU7fxrujVpkFdRz4JaFRtZ',
doAlchemyKeyLookUp: true,
version: 1.2
Expand Down

0 comments on commit f867d33

Please sign in to comment.