<td scope="row">
<button className="btn btn-link " onClick={onUserClick}>
<ProfileImageAndBasicInfo
profileImageProps={profileImageAndBasicInfoProps.profileImageProps}
basicInfoProps={profileImageAndBasicInfoProps.basicInfoProps}>
</button>
I have tried using bootstrap to button className
but it only works when using d-none
but this hides the whole content. I just want to show the basicInfoProps
when the screen is xs
.