Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
yvesfracari committed Aug 19, 2024
1 parent ee4422b commit 2df84f1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/app/[chainId]/[safeAddress]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ import { SwapCard } from "#/components/swap-card/SwapCard";
import { TxPendingDialog } from "#/components/TxPendingDialog";

export default function Page({
_params,
// eslint-disable-next-line
params,
}: {
_params: {
params: {
chainId: number;
safeAddress: string;
};
Expand Down

0 comments on commit 2df84f1

Please sign in to comment.