File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 287
287
<tbody id =" render-{{ loop .index }}--details" >
288
288
<tr class =" {{ not render .input_props | default ? ' opacity-50' }}" >
289
289
<th scope =" row" >Input props</th >
290
- <td colspan =" 3 " >{{ profiler_dump(render .input_props ) }}</td >
290
+ <td colspan =" 4 " >{{ profiler_dump(render .input_props ) }}</td >
291
291
</tr >
292
292
<tr class =" {{ not render .attributes | default ? ' opacity-50' }}" >
293
293
<th scope =" row" >Attributes</th >
294
- <td colspan =" 3 " >{{ profiler_dump(render .attributes ) }}</td >
294
+ <td colspan =" 4 " >{{ profiler_dump(render .attributes ) }}</td >
295
295
</tr >
296
296
<tr >
297
297
<th scope =" row" >Component</th >
298
- <td colspan =" 3 " >{{ profiler_dump(render .component ) }}</td >
298
+ <td colspan =" 4 " >{{ profiler_dump(render .component ) }}</td >
299
299
</tr >
300
300
</tbody >
301
301
</table >
You can’t perform that action at this time.
0 commit comments