Skip to content

Commit

Permalink
fix: fix PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
salimtb committed Jun 5, 2024
1 parent e08f81a commit 657856a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/scripts/migrations/120.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import {
NETWORK_TYPES,
TEST_NETWORK_TICKER_MAP,
} from '../../../shared/constants/network';
import { migrate, version } from './119';
import { migrate, version } from './120';

const oldVersion = 118;
const oldVersion = 119;

const ethereumProviderConfig = {
chainId: '0x1',
Expand Down Expand Up @@ -72,7 +72,7 @@ const lineaGoerliState = {
},
};

describe('migration #119', () => {
describe('migration #120', () => {
it('updates the version metadata', async () => {
const oldStorage = {
meta: { version: oldVersion },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ export default function PrivacySettings() {
);

const handleSubmit = () => {
console.log('IM HERE ========>');
dispatch(toggleExternalServices(externalServicesOnboardingToggleState));
dispatch(setUsePhishDetect(usePhishingDetection));
dispatch(setUse4ByteResolution(turnOn4ByteResolution));
Expand Down

0 comments on commit 657856a

Please sign in to comment.