Skip to content

Commit

Permalink
Merge pull request #91 from fanzru/shabrina_mobile
Browse files Browse the repository at this point in the history
memperbaiki titik kumpul
  • Loading branch information
kaenova authored Jun 22, 2022
2 parents 7094ac9 + 31fc90b commit 4b6357c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mobile/lib/screen/home/components/tikum/mytikum_card.dart
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class MyTikumCard extends StatelessWidget {
fontWeight: FontWeight.bold,
),
),
Text(tikum.tempatTujuan)
Text(tikum.tempatKumpul)
],
),
const SizedBox(
Expand Down
2 changes: 1 addition & 1 deletion mobile/lib/screen/home/components/tikum/tikum_card.dart
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class TikumCard extends StatelessWidget {
fontWeight: FontWeight.bold,
),
),
Text(tikum.tempatTujuan)
Text(tikum.tempatKumpul)
],
),
const SizedBox(
Expand Down

0 comments on commit 4b6357c

Please sign in to comment.