File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/TwigComponent/templates/Collector Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 287287 <tbody id =" render-{{ loop .index }}--details" >
288288 <tr class =" {{ not render .input_props | default ? ' opacity-50' }}" >
289289 <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 >
291291 </tr >
292292 <tr class =" {{ not render .attributes | default ? ' opacity-50' }}" >
293293 <th scope =" row" >Attributes</th >
294- <td colspan =" 3 " >{{ profiler_dump(render .attributes ) }}</td >
294+ <td colspan =" 4 " >{{ profiler_dump(render .attributes ) }}</td >
295295 </tr >
296296 <tr >
297297 <th scope =" row" >Component</th >
298- <td colspan =" 3 " >{{ profiler_dump(render .component ) }}</td >
298+ <td colspan =" 4 " >{{ profiler_dump(render .component ) }}</td >
299299 </tr >
300300 </tbody >
301301 </table >
You can’t perform that action at this time.
0 commit comments