Klicken Sie in Klicken
<Button
className="goto"
onClick={(e) => {
e.stopPropagation();
this.handleRefs(dwelling.address, index)
}} />
Damon
<Button
className="goto"
onClick={(e) => {
e.stopPropagation();
this.handleRefs(dwelling.address, index)
}} />