We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3191893 commit af25dadCopy full SHA for af25dad
1 file changed
packages/polymath-issuer/src/pages/providers/ApplyForm.js
@@ -10,7 +10,7 @@ import {
10
TextArea,
11
} from '@polymathnetwork/ui';
12
import validator from '@polymathnetwork/ui/validator';
13
-
+import { MAINNET_NETWORK_ID } from '@polymathnetwork/shared/constants';
14
import { applyProviders } from '../../actions/providers';
15
16
const requiredMessage = 'Required.';
@@ -146,7 +146,7 @@ export const ApplyFormComponent = args => {
146
</Button>
147
</p>
148
149
- {networkId === 1 ? (
+ {networkId === MAINNET_NETWORK_ID ? (
150
<p className="pui-input-hint">
151
When you click submit, an email which contains the information entered
152
on that screen will be sent to the Advisory firm(s) you have selected.
0 commit comments