From 3b45d857849df2aa2b51f7f59c0fd93b0ef91658 Mon Sep 17 00:00:00 2001 From: lizandrogd <77708265+lizandrogd@users.noreply.github.com> Date: Sun, 5 May 2024 02:57:34 -0500 Subject: [PATCH] Update ShowServicios.php --- app/Http/Livewire/ShowServicios.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Livewire/ShowServicios.php b/app/Http/Livewire/ShowServicios.php index e0547bc..37d0ff5 100755 --- a/app/Http/Livewire/ShowServicios.php +++ b/app/Http/Livewire/ShowServicios.php @@ -406,7 +406,7 @@ class ShowServicios extends Component } - $this->tarjetaPlan = false; + $this->tp = false; $this->cantidad_tarjetaPlan = 1; }