Skip to content

Commit

Permalink
feat(messaging, ios): remove commented-out code
Browse files Browse the repository at this point in the history
  • Loading branch information
StanleyCocos committed Oct 30, 2024
1 parent f518e23 commit 7953d53
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ class _Permissions extends State<Permissions> {
return Container(
margin: const EdgeInsets.only(bottom: 8),
child: Row(
// mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: [
Expanded(child: Text('$title:', style: const TextStyle(fontWeight: FontWeight.bold))),
Text(value),
Expand Down

0 comments on commit 7953d53

Please sign in to comment.