diff --git a/resources/js/Customer/Index/IndexPartials/AllVoucher.jsx b/resources/js/Customer/Index/IndexPartials/AllVoucher.jsx index 7e70a23..b46a930 100644 --- a/resources/js/Customer/Index/IndexPartials/AllVoucher.jsx +++ b/resources/js/Customer/Index/IndexPartials/AllVoucher.jsx @@ -12,7 +12,7 @@ const EmptyLocation = () => {
Pilih lokasi
- pilih lokasi untuk dapat menampilkan voucher tersedia + pilih lokasi untuk dapat menampilkan voucher yang tersedia
) diff --git a/resources/js/Customer/Index/IndexPartials/FavoriteVoucher.jsx b/resources/js/Customer/Index/IndexPartials/FavoriteVoucher.jsx index 434851c..85033b9 100644 --- a/resources/js/Customer/Index/IndexPartials/FavoriteVoucher.jsx +++ b/resources/js/Customer/Index/IndexPartials/FavoriteVoucher.jsx @@ -7,9 +7,9 @@ import VoucherCard from '../Partials/VoucherCard' const EmptyFavorite = () => { return (
-
Favorite kosong
+
Belum ada favorite
- pilih lokasi favorite mu ya, cek bintangnya + pilih lokasi favorite di daftar semua lokasi
) @@ -102,7 +102,7 @@ export default function FavoriteVoucher() { )} - {items.length <= 0 && } + {items.length <= 0 && _flocations.length > 0 && } ) }