fix: global views bugs (#2563)
This commit is contained in:
parent
52474715de
commit
8b7b5c54b9
16 changed files with 106 additions and 63 deletions
|
|
@ -19,7 +19,7 @@ export const SpreadsheetCreatedOnColumn: React.FC<Props> = ({ issue, expandedIss
|
|||
|
||||
return (
|
||||
<>
|
||||
{renderLongDetailDateFormat(issue.created_at)}
|
||||
<div className="text-xs">{renderLongDetailDateFormat(issue.created_at)}</div>
|
||||
|
||||
{isExpanded &&
|
||||
!isLoading &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue