You can use an img tag to render user avatar,
<td>
<img src={user.avatar} />
</td>
CLICK HERE to find out more related problems solutions.
You can use an img tag to render user avatar,
<td>
<img src={user.avatar} />
</td>
CLICK HERE to find out more related problems solutions.