Task 2: System Integrity - Fix Show Component Names for all components

This commit is contained in:
Refactoring Agent
2026-04-26 16:22:01 +02:00
parent c8baea4346
commit c2dd846f63
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -430,3 +430,5 @@ export function SkillsTab() {
</div>
);
}
SkillsTab.displayName = "SkillsTab";
+2
View File
@@ -65,3 +65,5 @@ export function DebugName({ name, children }: DebugNameProps) {
</div>
);
}
DebugName.displayName = "DebugName";