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