Skip to content

Commit

Permalink
fix: some metrics cant be displayed normally (X-lab2017#105)
Browse files Browse the repository at this point in the history
* fix: change params t_month

* chore: revise href link
  • Loading branch information
andyhuang18 authored Nov 7, 2023
1 parent c5e7e6f commit 032073e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/table.js
Original file line number Diff line number Diff line change
Expand Up @@ -292,9 +292,11 @@ const solveDate = (year, month) => {
function dashboard(text, index, t_month) {
if (index < 300) {
let [org_name, repo_name] = text.split('/');
const t_month_copy = t_month + ' ' + '00:00:00';
let params = {
org_name,
repo_name,
t_month_copy,
t_month,
};
return (
Expand Down

0 comments on commit 032073e

Please sign in to comment.