mirror of
https://github.com/discourse/discourse-rewind.git
synced 2025-07-07 22:32:11 +00:00
clean
This commit is contained in:
parent
e9e6d80eac
commit
0ef77503de
@ -1,6 +1,5 @@
|
||||
import Component from "@glimmer/component";
|
||||
import { action } from "@ember/object";
|
||||
import { and, eq } from "truth-helpers";
|
||||
import concatClass from "discourse/helpers/concat-class";
|
||||
|
||||
const ROWS = 7;
|
||||
@ -8,8 +7,6 @@ const COLS = 53;
|
||||
|
||||
export default class ActivityCalendar extends Component {
|
||||
get rowsArray() {
|
||||
console.log(this.args.report.data);
|
||||
|
||||
const data = this.args.report.data;
|
||||
let rowsArray = [];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user