mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Rename "owner stack" label to "rendered by"
This commit is contained in:
@@ -207,7 +207,7 @@ function InspectedElementView({
|
||||
|
||||
{ownerStack.length === 0 && owners !== null && owners.length > 0 && (
|
||||
<div className={styles.Owners}>
|
||||
<div className={styles.OwnersHeader}>owner stack</div>
|
||||
<div className={styles.OwnersHeader}>rendered by</div>
|
||||
{owners.map(owner => (
|
||||
<OwnerView
|
||||
key={owner.id}
|
||||
|
||||
Reference in New Issue
Block a user