feat(contract): cancellation refund math #46
Merged
Annotations
10 warnings
|
Linting:
frontend/src/app/creator/page.tsx#L56
'error' is defined but never used
|
|
Linting:
frontend/src/app/creator/page.tsx#L37
'isSidebarOpen' is assigned a value but never used
|
|
Linting:
frontend/src/app/(auth)/connect-wallet/page.tsx#L71
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
|
Linting:
frontend/src/app/(auth)/connect-wallet/page.tsx#L63
'id' is defined but never used
|
|
Linting:
frontend/src/app/(auth)/connect-wallet/page.tsx#L26
React Hook useEffect has a missing dependency: 'getAvailableWallets'. Either include it or remove the dependency array
|
|
Linting:
frontend/src/app/(auth)/connect-wallet/page.tsx#L17
'setSelectedWallet' is assigned a value but never used
|
|
Linting:
frontend/src/app/(auth)/connect-wallet/page.tsx#L17
'selectedWallet' is assigned a value but never used
|
|
Linting:
frontend/src/app/(auth)/connect-wallet/page.tsx#L8
'div' is defined but never used
|
|
Linting:
frontend/src/app/(auth)/connect-wallet/page.tsx#L6
'useMemo' is defined but never used
|
|
Linting:
frontend/src/app/(auth)/connect-wallet/page.tsx#L5
'WalletKit' is defined but never used
|
Loading