[WEB-3826] fix: estimate dropdown formatting (#6906)
* * fix: time conversion for estimate dropdown in browse * chore: updated puncutations for estimates. * chore: estimate activiy formatting * chore: estimate activity refactor
This commit is contained in:
parent
33a1b916cb
commit
b4fc715aba
8 changed files with 18 additions and 54 deletions
|
|
@ -0,0 +1,3 @@
|
|||
import { TIssueActivity } from "@plane/types";
|
||||
|
||||
export const renderEstimate = (activity: TIssueActivity, value: string) => value;
|
||||
|
|
@ -1 +1,2 @@
|
|||
export * from "./root";
|
||||
export * from "./helper";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue