fix: global views bugs (#2563)

This commit is contained in:
Aaryan Khandelwal 2023-10-31 12:06:11 +05:30 committed by GitHub
parent 52474715de
commit 8b7b5c54b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 106 additions and 63 deletions

View file

@ -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 &&