chore: update cycle and module stats logic (#1323)
* refactor: cycles stats * chore: show assignee avatar in stats * chore: cycles and modules sidebar stats refactor * fix: build errors
This commit is contained in:
parent
d7097330ef
commit
cf8c902473
16 changed files with 297 additions and 401 deletions
|
|
@ -13,7 +13,7 @@ import { IUser, IUserLite } from "types";
|
|||
import { WORKSPACE_MEMBERS } from "constants/fetch-keys";
|
||||
|
||||
type AvatarProps = {
|
||||
user?: Partial<IUser> | Partial<IUserLite> | IUser | IUserLite | undefined | null;
|
||||
user?: Partial<IUser> | Partial<IUserLite> | null;
|
||||
index?: number;
|
||||
height?: string;
|
||||
width?: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue