fix: don't lowercase construct keys in morph analytics list view (#5014)

This commit is contained in:
ggurdin 2025-12-31 12:23:13 -05:00 committed by GitHub
parent f3dbf86ce2
commit bba33b3a21
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -67,7 +67,6 @@ class MorphAnalyticsListView extends StatelessWidget {
morphFeature: feature.feature,
allTags: controller.morphs
.getDisplayTags(feature.feature)
.map((tag) => tag.toLowerCase())
.toSet(),
),
)