Drop colouring-may-be-slow message

This commit is contained in:
Tom Russell 2019-10-02 15:14:47 +01:00
parent 91a29affb3
commit b1941ae358

View File

@ -232,8 +232,6 @@ const withCopyEdit = (WrappedComponent) => {
{
(this.props.mode === 'edit' && !this.props.inactive) ?
<Fragment>
<InfoBox
msg="Colouring may take a few seconds - try zooming the map or hitting refresh after saving (we're working on making this smoother)." />
{
this.props.slug === 'like' ? // special-case for likes
null :