From 5608c5a8fa6d2fb5226410c0e95a1d64860dbb84 Mon Sep 17 00:00:00 2001 From: Mitja Belak Date: Thu, 31 Oct 2024 13:57:05 +0100 Subject: [PATCH] Makes boss info show only if the user is registered + fixed mismatch on prices displayed in client --- app/src/components/RegistrationModal.tsx | 2 +- app/src/components/Scene.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/components/RegistrationModal.tsx b/app/src/components/RegistrationModal.tsx index 0161a9e..540d8ab 100644 --- a/app/src/components/RegistrationModal.tsx +++ b/app/src/components/RegistrationModal.tsx @@ -17,7 +17,7 @@ const RegistrationModal = ({ isOpen, setIsOpen }: RegistrationModalProps) => { return

Insert coins to continue

- +
diff --git a/app/src/components/Scene.tsx b/app/src/components/Scene.tsx index 997d97b..f7b8813 100644 --- a/app/src/components/Scene.tsx +++ b/app/src/components/Scene.tsx @@ -35,7 +35,7 @@ const Scene = () => {
- + {isRegistered && }