Skip to content

Commit

Permalink
Forgot to change from static to dynamic stok
Browse files Browse the repository at this point in the history
  • Loading branch information
mdaffailhami committed Jun 27, 2024
1 parent 48d317c commit de1ca32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/widgets/pangkalan_card.dart
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class MyPangkalanCard extends StatelessWidget {
),
SizedBox(height: 3),
Text(
'Stok: 12',
'Stok: ${pangkalan.stok}',
overflow: TextOverflow.ellipsis,
style:
Theme.of(context).textTheme.labelMedium?.copyWith(
Expand Down

0 comments on commit de1ca32

Please sign in to comment.