Skip to content

Commit b79bd40

Browse files
committed
fix: fix content
fix content
1 parent c84f2e7 commit b79bd40

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/extensions/explore/exploreActionItem.tsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@ function ExploreActionItem(props: IExplorerFileActionItem) {
1616
onClick(event, props);
1717
}
1818
};
19-
2019
return (
2120
<a className={classNames('codicon', iconName)}
2221
onClick={onClickItem}
2322
title={name}
2423
data-id={id}
25-
></a>
24+
>{content}</a>
2625
);
2726
};
2827

0 commit comments

Comments
 (0)