Skip to content

Commit c294cf5

Browse files
author
Fahd
committed
chore(issuer): remove maintenance notification
1 parent 9490aea commit c294cf5

2 files changed

Lines changed: 0 additions & 18 deletions

File tree

packages/polymath-issuer/src/components/App.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,6 @@ class App extends Component<Props> {
8181

8282
componentDidMount() {
8383
this.props.signIn();
84-
this.props.notify(
85-
'Polymath is performing a system upgrade to the ERC-1400 Security Token Standard on Monday, July 29th. Please expect the Token Studio to be offline.',
86-
false,
87-
'',
88-
'',
89-
true
90-
);
9184
}
9285

9386
onAuthFail = () => {

packages/polymath-issuer/src/pages/home/index.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,6 @@ import { PageCentered, Button, Toaster, notify } from '@polymathnetwork/ui';
44
import { connect } from 'react-redux';
55

66
class HomePage extends Component {
7-
componentDidMount() {
8-
this.props.dispatch(
9-
notify(
10-
'Polymath is performing a system upgrade to the ERC-1400 Security Token Standard on Monday, July 29th. Please expect the Token Studio to be offline.',
11-
false,
12-
'',
13-
'',
14-
true
15-
)
16-
);
17-
}
187
render() {
198
return (
209
<PageCentered title="Polymath" justifyContent="start">

0 commit comments

Comments
 (0)