Skip to content

Commit 39b1a0d

Browse files
edrioukCopilot
andauthored
Update src/views/manage-components-packs/view/components/packs-view.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ed9919b commit 39b1a0d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/views/manage-components-packs/view/components/packs-view.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,9 @@ export const PacksView: React.FC<PacksProps> = ({ state, openFile, messageHandle
110110
<span>{record.name}</span>
111111
</Tooltip>
112112
) : (
113-
<Tooltip title={packTitle}>{record.name}</Tooltip>
113+
<Tooltip title={record.name}>
114+
{packTitle}
115+
</Tooltip>
114116
)}
115117
</span>
116118
</div>

0 commit comments

Comments
 (0)