{this.projects.map(entry => (
          <ProjectComponent {...entry} onDidDrop={this.drop} key={entry.id} />
        ))}