done update after point delete

This commit is contained in:
muerwre 2019-02-06 12:23:19 +07:00
parent 121ec610e0
commit d0b5f3bd94
6 changed files with 13 additions and 15 deletions

View file

@ -30,7 +30,7 @@ export const pushLoaderState = state => {
document.getElementById('loader-bar').style.width = `${state}%`;
};
export const pushNetworkInitError = state => {
export const pushNetworkInitError = () => {
document.getElementById('loader-error').style.opacity = 1;
};