fix courier name
This commit is contained in:
parent
b6b0cdaf65
commit
96d70a6725
|
@ -35,7 +35,7 @@ class _Courier extends StatelessWidget {
|
||||||
),
|
),
|
||||||
const SizedBox(width: 20),
|
const SizedBox(width: 20),
|
||||||
Flexible(
|
Flexible(
|
||||||
child: Text(courier.title),
|
child: Text('${courier.name} ${courier.surname}'),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue