Skip to content

Commit

Permalink
Cleanup code a bit (#13)
Browse files Browse the repository at this point in the history
* Clean up code a bit
* Combine format and result files
  • Loading branch information
andrewiggins authored Mar 4, 2024
1 parent c99bb70 commit b7f3b97
Show file tree
Hide file tree
Showing 4 changed files with 207 additions and 229 deletions.
4 changes: 2 additions & 2 deletions apps/table-app/preact-class/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class Row extends Component {
}

render() {
let { styleClass, onClick, onDelete, data } = this.props;
let { styleClass, data } = this.props;

return (
<tr className={styleClass}>
Expand Down Expand Up @@ -120,7 +120,7 @@ export class Main extends Component {
<span
className="preloadicon glyphicon glyphicon-remove"
aria-hidden="true"
></span>
/>
</div>
);
}
Expand Down
199 changes: 0 additions & 199 deletions cli/src/format.js

This file was deleted.

Loading

0 comments on commit b7f3b97

Please sign in to comment.