fix(mobile): do not show hidden people (#8072)

* fix(mobile): do not show hidden people

* dart format fix
This commit is contained in:
waclaw66
2024-03-19 16:22:44 +02:00
committed by GitHub
parent 0bc773fd00
commit 9274c0701b
2 changed files with 10 additions and 8 deletions

View File

@@ -23,7 +23,7 @@ class CuratedPeopleRow extends StatelessWidget {
@override
Widget build(BuildContext context) {
const imageSize = 85.0;
const imageSize = 80.0;
// Guard empty [content]
if (content.isEmpty) {