[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:
Vamsi Krishna 2025-04-11 01:41:43 +05:30 committed by GitHub
parent 33a1b916cb
commit b4fc715aba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 18 additions and 54 deletions

View file

@ -0,0 +1,3 @@
import { TIssueActivity } from "@plane/types";
export const renderEstimate = (activity: TIssueActivity, value: string) => value;

View file

@ -1 +1,2 @@
export * from "./root";
export * from "./helper";