src/templates/sharecomponent/actioncomponent/dragaction/card.jsx
@@ -53,7 +53,7 @@ <Icon className="edit" title="edit" type="edit" onClick={() => editCard(id)} /> <Icon className="edit copy" title="copy" type="copy" onClick={() => copyCard(id)} /> <Icon className="edit close" title="close" type="close" onClick={() => delCard(id)} /> {hasProfile ? <Icon className="edit profile" title="verify" type="profile" onClick={() => profileCard(id)} /> : null} {hasProfile ? <Icon className="edit profile" title="setting" type="profile" onClick={() => profileCard(id)} /> : null} </div> ) }