From 0726ac39bf6e61f83bd72581d72e2d2bd59fcee0 Mon Sep 17 00:00:00 2001 From: ocBruno Date: Thu, 30 Jan 2020 22:03:02 -0300 Subject: [PATCH] fix(i18n): merge changes from upstream fix #1668 --- src/components/Navbar.tsx | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index d24efc5f21..77cf00a442 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -15,24 +15,6 @@ const Navbar = () => { history.push('/') }, }} -<<<<<<< HEAD - search={{ - onClickButton: () => { - // no oop - }, - onChangeInput: () => { - // no oop - }, - placeholderText: t('actions.search'), - buttonText: t('actions.search'), - }} - navLinks={[ - { - label: t('patients.label'), - onClick: () => { - // no oop - }, -======= bg="dark" variant="dark" search={{ @@ -43,7 +25,6 @@ const Navbar = () => { { label: t('patients.label', 'patients'), onClick: () => {}, ->>>>>>> add-translation-resources children: [ { label: t('actions.list', 'list'),