File tree Expand file tree Collapse file tree
packages/polymath-issuer/src/pages/providers Expand file tree Collapse file tree Original file line number Diff line number Diff 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's cache. To clear this information, simply clear your
155- browser'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's cache. To clear this information, simply clear your
168- browser'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's cache. To clear this information, simply clear your
153+ browser's cache.
154+ </ p >
173155 < br />
174156 </ Form >
175157 ) ;
You can’t perform that action at this time.
0 commit comments