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 730111a commit e4b2822Copy full SHA for e4b2822
client/modules/IDE/components/FileNode.jsx
@@ -53,7 +53,6 @@ function FileName({ name }) {
53
{baseName.length > 2 && (
54
<span className="sidebar__file-item-name--ellipsis">{middleText}</span>
55
)}
56
- {middleText.charAt(middleText.length - 1) === ' ' && <span> </span>}
57
{baseName.length > 1 && <span>{lastLetter}</span>}
58
{extension && <span>{extension}</span>}
59
</span>
0 commit comments