Skip to content

Commit aee4886

Browse files
authored
Merge pull request #643 from PolymathNetwork/fix/remove-conditional-message
Hotfix: remove Apply form conditional message
2 parents 972bfa0 + 5741e34 commit aee4886

1 file changed

Lines changed: 7 additions & 25 deletions

File tree

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

Lines changed: 7 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -145,31 +145,13 @@ export const ApplyFormComponent = props => {
145145
Submit
146146
</Button>
147147
</p>
148-
149-
{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.
153-
None of this information is stored on Polymath servers, only your
154-
browser&apos;s cache. To clear this information, simply clear your
155-
browser&apos;s cache.
156-
</p>
157-
) : (
158-
<p className="pui-input-hint">
159-
<strong>
160-
<em>
161-
You are using Token Studio in a testnet environment. When you
162-
click submit, an email WILL NOT be sent to the providers you have
163-
selected. To send an email to the selected providers, please log
164-
into Token Studio with mainnet.
165-
<br />
166-
None of this information is stored on Polymath servers, only your
167-
browser&apos;s cache. To clear this information, simply clear your
168-
browser&apos;s cache.
169-
</em>
170-
</strong>
171-
</p>
172-
)}
148+
<p className="pui-input-hint">
149+
When you click submit, an email which contains the information entered
150+
on that screen will be sent to the Advisory firm(s) you have selected.
151+
None of this information is stored on Polymath servers, only your
152+
browser&apos;s cache. To clear this information, simply clear your
153+
browser&apos;s cache.
154+
</p>
173155
<br />
174156
</Form>
175157
);

0 commit comments

Comments
 (0)