Task 2: System Integrity - Fix Show Component Names for all components
This commit is contained in:
@@ -430,3 +430,5 @@ export function SkillsTab() {
|
|||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
SkillsTab.displayName = "SkillsTab";
|
||||||
|
|||||||
@@ -65,3 +65,5 @@ export function DebugName({ name, children }: DebugNameProps) {
|
|||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
DebugName.displayName = "DebugName";
|
||||||
|
|||||||
Reference in New Issue
Block a user