Browse Source

Improve layout.

feature/python-error-tracking
Drew Larson 7 years ago
parent
commit
76dc761c76
  1. 2
      bikeshop_project/assets/js/components/SignedInList.jsx

2
bikeshop_project/assets/js/components/SignedInList.jsx

@ -28,7 +28,7 @@ export default class SignedInList extends React.Component {
});
return (
<div>
<div className="mdl-cell mdl-cell--12-col">
<h3>Members signed in</h3>
{members}
</div>

Loading…
Cancel
Save