Fix formatting issue.

This commit is contained in:
Benoit Marty 2024-05-27 14:19:30 +02:00
parent b30076ecca
commit e74f82b640

View file

@ -56,7 +56,9 @@ fun preferenceIcon(
tintColor = tintColor,
)
}
} else null
} else {
null
}
}
@Composable