Merge pull request #96 from buster-so/staging

Update MetricTitle to not duplicate
This commit is contained in:
Nate Kelley 2025-02-05 07:02:23 -08:00 committed by GitHub
commit b46de45aa8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ export const MetricTitle: React.FC<{
level={4}
className="max-w-[calc(100%_-_24px)] !text-md"
style={{ fontSize: '14px' }}>
{`${title} ${title} ${title} ${title} ${title} ${title} `}
{`${title}`}
</Title>
{isDragOverlay || !allowEdit ? (