chore: remove obsolete comment in unit list

This commit is contained in:
Álvaro González 2025-09-09 10:05:45 +02:00 committed by Álvaro González (aider)
parent 018579d4b9
commit becfd56c30

View file

@ -38,7 +38,6 @@ class _UnitListState extends State<UnitList> {
return widget.corpus.allUnits().where(filter).toList();
}
// Add unit conversion to base unit to the unit widget AI!
@override
Widget build(BuildContext context) {
return Scaffold(