feat(ui): 결제 금액 UI 표시 적용
This commit is contained in:
@@ -235,7 +235,7 @@ class DetailHeaderSection extends StatelessWidget {
|
||||
builder: (context, snapshot) {
|
||||
return _InfoColumn(
|
||||
label: AppLocalizations.of(context)
|
||||
.monthlyExpense,
|
||||
.billingAmount,
|
||||
value: snapshot.data ?? '-',
|
||||
alignment: CrossAxisAlignment.end,
|
||||
wrapValue: true,
|
||||
|
||||
Reference in New Issue
Block a user