fix: Formatting

onboarding
Christian Pauly 4 years ago
parent 27474af73a
commit ac32973c3d

@ -276,8 +276,8 @@ class ChatView extends StatelessWidget {
child: OutlinedButton(
onPressed:
controller.requestHistory,
child: Text(
L10n.of(context).loadMore),
child: Text(L10n.of(context)
.loadMore),
),
)
: Container()

Loading…
Cancel
Save