fix: don't lowercase construct keys in morph analytics list view (#5014)
This commit is contained in:
parent
f3dbf86ce2
commit
bba33b3a21
1 changed files with 0 additions and 1 deletions
|
|
@ -67,7 +67,6 @@ class MorphAnalyticsListView extends StatelessWidget {
|
|||
morphFeature: feature.feature,
|
||||
allTags: controller.morphs
|
||||
.getDisplayTags(feature.feature)
|
||||
.map((tag) => tag.toLowerCase())
|
||||
.toSet(),
|
||||
),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue