Skip to content

Commit

Permalink
Minor Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutoshpw committed Nov 6, 2024
1 parent c1a836b commit 87fc43e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/modules/creator/token/etherlink/steps/Ownership.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ export const Ownership: React.FC = () => {
underline="none"
onClick={() => {
if (etherlink.isConnected) {
window.open(`https://www.cookbook.dev/contracts/simple-token`)
} else {
const href = `/creator/deployment`
history.push(href)
}
Expand Down

0 comments on commit 87fc43e

Please sign in to comment.