Skip to content

Commit 57fba1f

Browse files
committed
align game list
1 parent ab3a058 commit 57fba1f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

services/app/assets/js/widgets/containers/GameList.jsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,11 @@ class GameList extends React.Component {
4040
);
4141
}
4242

43-
return null;
43+
return (
44+
<span className="align-middle mr-1">
45+
<i className="fa fa-fw" aria-hidden="true" />
46+
</span>
47+
);
4448
};
4549

4650
renderPlayers = (users) => {

0 commit comments

Comments
 (0)