Skip to content

Commit af25dad

Browse files
committed
chore(issuer): use MAINNET_NETWORK_ID
1 parent 3191893 commit af25dad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/polymath-issuer/src/pages/providers/ApplyForm.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {
1010
TextArea,
1111
} from '@polymathnetwork/ui';
1212
import validator from '@polymathnetwork/ui/validator';
13-
13+
import { MAINNET_NETWORK_ID } from '@polymathnetwork/shared/constants';
1414
import { applyProviders } from '../../actions/providers';
1515

1616
const requiredMessage = 'Required.';
@@ -146,7 +146,7 @@ export const ApplyFormComponent = args => {
146146
</Button>
147147
</p>
148148

149-
{networkId === 1 ? (
149+
{networkId === MAINNET_NETWORK_ID ? (
150150
<p className="pui-input-hint">
151151
When you click submit, an email which contains the information entered
152152
on that screen will be sent to the Advisory firm(s) you have selected.

0 commit comments

Comments
 (0)