From 31fc90b0deeab577c0044d8c7114d3a8f9529468 Mon Sep 17 00:00:00 2001 From: shabrinaretno Date: Wed, 22 Jun 2022 10:21:20 +0700 Subject: [PATCH] memperbaiki titik kumpul --- mobile/lib/screen/home/components/tikum/mytikum_card.dart | 2 +- mobile/lib/screen/home/components/tikum/tikum_card.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mobile/lib/screen/home/components/tikum/mytikum_card.dart b/mobile/lib/screen/home/components/tikum/mytikum_card.dart index 1bf1456..104e135 100644 --- a/mobile/lib/screen/home/components/tikum/mytikum_card.dart +++ b/mobile/lib/screen/home/components/tikum/mytikum_card.dart @@ -129,7 +129,7 @@ class MyTikumCard extends StatelessWidget { fontWeight: FontWeight.bold, ), ), - Text(tikum.tempatTujuan) + Text(tikum.tempatKumpul) ], ), const SizedBox( diff --git a/mobile/lib/screen/home/components/tikum/tikum_card.dart b/mobile/lib/screen/home/components/tikum/tikum_card.dart index eb367de..5b9d1c5 100644 --- a/mobile/lib/screen/home/components/tikum/tikum_card.dart +++ b/mobile/lib/screen/home/components/tikum/tikum_card.dart @@ -76,7 +76,7 @@ class TikumCard extends StatelessWidget { fontWeight: FontWeight.bold, ), ), - Text(tikum.tempatTujuan) + Text(tikum.tempatKumpul) ], ), const SizedBox(