Skip to content

Commit e882bfb

Browse files
committed
fix: tan type
1 parent b746bac commit e882bfb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

components/safe/proposal-signatures.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ import { Check, Copy, ExternalLink, Plus, X } from "lucide-react";
44
import { useState } from "react";
55
import { Address } from "viem";
66
import { TimelockTxStatus } from "../../utils/tx-status";
7-
import { TabType } from "./view-tx-list";
7+
import { TabType } from "../../hooks/use-tabs";
8+
import { TABS } from "./view-tx-list";
89

910
interface ProposalSignaturesProps {
1011
safeAddress: Address;
11-
activeTab: TabType;
12+
activeTab: TabType<typeof TABS>;
1213
signers: Address[];
1314
status: TimelockTxStatus;
1415
}

0 commit comments

Comments
 (0)