feature(database-connection): Add prototype for spinner

This commit is contained in:
2021-01-12 12:14:22 +01:00
parent 816d5df943
commit 7af903638d
10 changed files with 165 additions and 24 deletions

View File

@@ -12,12 +12,6 @@ import UserStatsResponse from "../../models/UserStatsResponse";
export default class UserList extends React.Component<IUserListProperties, IUserListState> {
constructor(props: Readonly<IUserListProperties> | IUserListProperties) {
super(props);
// this.state = { mocked: this.props.mocked }
}
private createTableEntries(entries: TableEntry[]) {
return entries.map((entry, index) => {
const placement = index + 1;