From b14f90e05f9bc91f6f7c98f059aa65c41263162e Mon Sep 17 00:00:00 2001 From: Pedro Pereira <109802203+pedrofp4444@users.noreply.github.com> Date: Mon, 11 Dec 2023 21:30:09 +0000 Subject: [PATCH] fix: specify the information needed (#217) --- apps/app/components/Register/index.tsx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/apps/app/components/Register/index.tsx b/apps/app/components/Register/index.tsx index 7449bad7..af1aca30 100644 --- a/apps/app/components/Register/index.tsx +++ b/apps/app/components/Register/index.tsx @@ -96,6 +96,21 @@ function Register({ cities }: any) { Basta preencheres o formulário abaixo para terminares o registo + {user?.role == EUser.Guardian && ( + + <Emoji label="Party Popper Emoji" style={{ margin: 4 }}> + ⚠️ + </Emoji> + Deves preencher este formulário com as informações do tutor legal + da criança + <Emoji label="Party Popper Emoji" style={{ margin: 4 }}> + ⚠️ + </Emoji> + + )}