Skip to content

Commit

Permalink
Version History as default tab
Browse files Browse the repository at this point in the history
  • Loading branch information
quietbits committed Jan 13, 2025
1 parent 892eb32 commit 7cd144f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const ContractInfo = ({
infoData: ContractInfoApiResponse;
networkId: NetworkType;
}) => {
const [activeTab, setActiveTab] = useState("contract-contract-storage");
const [activeTab, setActiveTab] = useState("contract-version-history");

type ContractExplorerInfoField = {
id: string;
Expand Down

0 comments on commit 7cd144f

Please sign in to comment.