Skip to content

Commit

Permalink
Merge pull request #162 from VerusCoin/dev
Browse files Browse the repository at this point in the history
v1.0.8-2
  • Loading branch information
Asherda authored Feb 13, 2024
2 parents 0d411a8 + e5ab09e commit 4c4c456
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ const LoginRequestInfo = props => {
const handleContinue = () => {
if (signedIn) {
const coinObj = CoinDirectory.findCoinObj(chain_id);
if (coinObj.testnet != isTestnet) {
if (!!coinObj.testnet != isTestnet) {
createAlert(
"Incorrect profile type",
`Please login to a ${
Expand Down

0 comments on commit 4c4c456

Please sign in to comment.