mirror of https://github.com/buster-so/buster.git
Merge pull request #96 from buster-so/staging
Update MetricTitle to not duplicate
This commit is contained in:
commit
b46de45aa8
|
@ -55,7 +55,7 @@ export const MetricTitle: React.FC<{
|
||||||
level={4}
|
level={4}
|
||||||
className="max-w-[calc(100%_-_24px)] !text-md"
|
className="max-w-[calc(100%_-_24px)] !text-md"
|
||||||
style={{ fontSize: '14px' }}>
|
style={{ fontSize: '14px' }}>
|
||||||
{`${title} ${title} ${title} ${title} ${title} ${title} `}
|
{`${title}`}
|
||||||
</Title>
|
</Title>
|
||||||
|
|
||||||
{isDragOverlay || !allowEdit ? (
|
{isDragOverlay || !allowEdit ? (
|
||||||
|
|
Loading…
Reference in New Issue