We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 940c8c8 commit 9af36baCopy full SHA for 9af36ba
src/components/MigrationDetails/index.jsx
@@ -222,9 +222,9 @@ function Table({ details }) {
222
<thead>
223
<tr>
224
<th style={{ width: 200 }}>Name</th>
225
- <th style={{ width: 115 }}>PRs made</th>
226
- <th style={{ width: 115 }}>Descendants</th>
227
- <th style={{ flex: 1 }}>Immediate Children</th>
+ <th style={{ width: 115 }}>Status</th>
+ <th style={{ width: 115 }}>Total number of children</th>
+ <th style={{ flex: 1 }}>Immediate children</th>
228
</tr>
229
</thead>
230
<tbody>
0 commit comments