Skip to content

Commit 589e7aa

Browse files
author
Lucas Araujo
committed
[DDW-923] Revert
1 parent 6eaf4aa commit 589e7aa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

source/renderer/app/components/staking/stake-pools/StakePoolsTable.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ const initialState = {
160160
stakePoolsOrder: 'asc',
161161
stakePoolsSortBy: 'ranking',
162162
isHeaderStuck: false,
163-
isTest: true,
164163
};
165164

166165
@observer
@@ -180,11 +179,10 @@ class StakePoolsTable extends Component<Props, State> {
180179
componentDidMount() {
181180
this._isMounted = true;
182181
setTimeout(() => {
183-
if (this._isMounted) {
182+
if (this._isMounted)
184183
this.setState({
185184
isPreloading: false,
186185
});
187-
}
188186
}, 0);
189187
}
190188

0 commit comments

Comments
 (0)