fix: issue stats refactor (#6705)
* fix: issue stats refactor * fix: refactor * fix: ui color * fix: translation key
This commit is contained in:
parent
f01d82ad1e
commit
44af90dc6c
14 changed files with 98 additions and 53 deletions
|
|
@ -4,9 +4,10 @@ import React, { FC } from "react";
|
|||
|
||||
type Props = {
|
||||
issueId: string;
|
||||
className?: string;
|
||||
size?: number;
|
||||
showProgressText?: boolean;
|
||||
showLabel?: boolean;
|
||||
};
|
||||
|
||||
export const IssueStats: FC<Props> = (props) => {
|
||||
const { issueId } = props;
|
||||
return <></>;
|
||||
};
|
||||
export const IssueStats: FC<Props> = (props) => <></>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue