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