Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ankushKun committed Dec 6, 2023
1 parent 6b5dfbf commit 25450b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Tabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const Tabs = ({ activeContract, setActiveContract, activeFile, setActiveFile }:
const conName = urlParams.get("conName")
if (conName) {
setActiveContract(conName)
setActiveFile("contract.js")
// setActiveFile("contract.js")
}

// for the create Contract modal
Expand Down

0 comments on commit 25450b9

Please sign in to comment.