Skip to content

Commit

Permalink
Merge pull request #2740 from CityOfZion/CU-86du5mx1q
Browse files Browse the repository at this point in the history
CU-86du5mx1q - NEON2 - Migration - When I finish the process and clic…
  • Loading branch information
melanke authored Jul 31, 2024
2 parents 132df26 + 6cc4506 commit 2d5242f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/containers/MigrateWalletsNeon3Steps/Step3.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// @flow
import React from 'react'
import { FormattedMessage } from 'react-intl'
import electron from 'electron'
import styles from './Step3.scss'
import migrateWalletsIconDark from '../../assets/images/migrate-wallets-icon-dark.png'
import migrateWalletsIconWhite from '../../assets/images/migrate-wallets-icon-white.png'
Expand All @@ -12,7 +13,7 @@ type Props = {
}

const openNeon3Click = () => {
window.open('neon3://migration')
electron.shell.openExternal('neon3://migration')
}

const MigrateWalletsNeon3Step3 = ({ theme }: Props) => (
Expand Down

0 comments on commit 2d5242f

Please sign in to comment.