We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12f4653 commit eb8193fCopy full SHA for eb8193f
apps/webapp/app/components/environments/EnvironmentLabel.tsx
@@ -82,12 +82,6 @@ export function EnvironmentLabel({
82
const checkTruncation = () => {
83
if (spanRef.current) {
84
const isTruncated = spanRef.current.scrollWidth > spanRef.current.clientWidth;
85
- console.log(
86
- "isTruncated",
87
- isTruncated,
88
- spanRef.current.scrollWidth,
89
- spanRef.current.clientWidth
90
- );
91
setIsTruncated(isTruncated);
92
}
93
};
0 commit comments