Skip to content

Commit 332b879

Browse files
committed
revert(Profiler): Remove guessed badge because of the possibility of confusion.
1 parent 42e28bc commit 332b879

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
* fix(`ObjectToObjectMetadataFactory`): Fix scalar type logic.
1616
* test: Fix psalm errors.
1717
* fix(`MainTransformer`): Inject kernel.debug
18+
* revert(`Profiler`): Remove guessed badge because of the possibility of
19+
confusion.
1820

1921
## 0.7.0
2022

templates/data_collector.html.twig

-3
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,6 @@
7777
{%- endapply -%}
7878
<td>
7979
{{ tracedata.sourceType|abbr_class }}
80-
{% if tracedata.sourceTypeGuessed %}
81-
<span class="badge badge-info">Guessed</span>
82-
{% endif %}
8380
</td>
8481
<td>{{ tracedata.existingTargetType|abbr_class }}</td>
8582
<td>{{ tracedata.possibleTargetTypes|raw }}</td>

0 commit comments

Comments
 (0)