Escrow detail page #57
Merged
Annotations
3 errors and 1 warning
|
Lint
Process completed with exit code 1.
|
|
Lint:
apps/frontend/component/escrow/CreateEscrowWizard.tsx#L123
Do not use an `<a>` element to navigate to `/escrow/`. Use `<Link />` from `next/link` instead. See: https://nextjs.org/docs/messages/no-html-link-for-pages
|
|
Lint:
apps/frontend/component/dashboard/EscrowList.tsx#L93
Do not use an `<a>` element to navigate to `/escrow/create/`. Use `<Link />` from `next/link` instead. See: https://nextjs.org/docs/messages/no-html-link-for-pages
|
|
Lint:
apps/frontend/component/wallet/ConnectWalletModal.tsx#L41
React Hook useEffect has a missing dependency: 'loadAvailableWallets'. Either include it or remove the dependency array
|
Loading