HOTFIX: list of EDO accounts on 500 not more throw 500 to client

This commit is contained in:
merelendor 2024-03-05 16:10:19 +03:00
parent 76aa9a5e0a
commit 99450790d2

View File

@ -69,7 +69,6 @@ class IndexPage extends React.Component
})
.catch(() =>
{
this.setState({ message })
});
})
}