From e7dfaffc372292d8467da8a8be872e9ac9456618 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 19 Nov 2024 11:58:15 +0100 Subject: ✨ base exhibition views MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ishtar_common/menu_base.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'ishtar_common/menu_base.py') diff --git a/ishtar_common/menu_base.py b/ishtar_common/menu_base.py index 809dd1c2d..bb0b88c02 100644 --- a/ishtar_common/menu_base.py +++ b/ishtar_common/menu_base.py @@ -91,8 +91,6 @@ class MenuItem: self.available = False self.profile_restriction = profile_restriction self.css = css - if not self.check_profile_restriction(): - return False def check_profile_restriction(self): if self.profile_restriction: -- cgit v1.2.3