Skip to content
Snippets Groups Projects
Commit 5cfb3120 authored by Jure's avatar Jure
Browse files

chore(components): remove old class names

parent bb06148d
No related branches found
No related tags found
No related merge requests found
...@@ -17,10 +17,10 @@ export default class TeamsManager extends React.Component { ...@@ -17,10 +17,10 @@ export default class TeamsManager extends React.Component {
if (teams && collections && users) { if (teams && collections && users) {
return ( return (
<div className="pubsweet-component pubsweet-component-scroll"> <div>
{error ? <div>{error}</div> : null} {error ? <div>{error}</div> : null}
<div> <div>
<table className="table"> <table>
<thead> <thead>
<tr> <tr>
<th>#</th> <th>#</th>
......
...@@ -18,7 +18,7 @@ export default class UsersManager extends React.Component { ...@@ -18,7 +18,7 @@ export default class UsersManager extends React.Component {
<div> <div>
{error ? <div>{error}</div> : null} {error ? <div>{error}</div> : null}
<div> <div>
<table className="table"> <table>
<thead> <thead>
<tr> <tr>
<th>id</th> <th>id</th>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment