diff --git a/src/Entity/Window/Tab/Address/Navbar/Base.php b/src/Entity/Window/Tab/Address/Navbar/Base.php index b5ba2719..e5d59a7c 100644 --- a/src/Entity/Window/Tab/Address/Navbar/Base.php +++ b/src/Entity/Window/Tab/Address/Navbar/Base.php @@ -34,7 +34,7 @@ class Base extends \Yggverse\Yoda\Abstract\Entity\Window\Tab\Address\Navbar\Butt $this->navbar->address->update(); } - $this->update(); + $this->refresh(); } public function refresh(): void