testing changes removal

This commit is contained in:
mulan xia
2024-02-01 15:11:17 -05:00
parent 9b7fe27606
commit 790a1f13db
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ export const CopyButton = ({
setCopied(true);
navigator.clipboard.writeText(value);
setTimeout(() => setCopied(false), 5000);
setTimeout(() => setCopied(false), 500);
};
return buttonType === 'text' ? (
+2 -1
View File
@@ -209,7 +209,8 @@ export const PnlChart = ({
})
.format(Math.abs(value))
.toLowerCase()
} renderTooltip={() => <div />}
}
renderTooltip={() => <div />}
onTooltipContext={onTooltipContext}
onVisibleDataChange={onVisibleDataChange}
onZoom={onZoomSnap}