Skip to content

Commit 3a9d34e

Browse files
committed
fix(aci): use relaxed date type
1 parent f5262ca commit 3a9d34e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/components/workflowEngine/gridCell/timeAgoCell.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import TimeSince from 'sentry/components/timeSince';
22
import {EmptyCell} from 'sentry/components/workflowEngine/gridCell/emptyCell';
33

44
type TimeAgoCellProps = {
5-
date?: Date;
5+
date?: string | Date;
66
};
77

88
export function TimeAgoCell({date}: TimeAgoCellProps) {

0 commit comments

Comments
 (0)