Skip to content

Commit

Permalink
Fix eslint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
gndelia committed Mar 1, 2024
1 parent 9fa8f28 commit 52a9d73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion marketing/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ const nextConfig = {
unoptimized: true,
},
output: 'export',
trailingSlash: true,
reactStrictMode: true,
trailingSlash: true,
transpilePackages: ['ui-common'],
webpack(config) {
config.resolve.fallback = { fs: false, net: false, tls: false }
Expand Down
2 changes: 1 addition & 1 deletion webapp/app/[locale]/tunnel/_components/withdraw.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { useBridgeState } from 'app/[locale]/tunnel/useBridgeState'
import { useTransactionsList } from 'app/[locale]/tunnel/useTransactionsList'
import { ReviewWithdraw } from 'components/reviewBox'
import { useWithdraw } from 'app/[locale]/tunnel/useWithdraw'
import { ReviewWithdraw } from 'components/reviewBox'
import { useNativeTokenBalance, useTokenBalance } from 'hooks/useBalance'
import dynamic from 'next/dynamic'
import { useTranslations } from 'next-intl'
Expand Down

0 comments on commit 52a9d73

Please sign in to comment.