Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
fix(i18n): merge changes from upstream
Browse files Browse the repository at this point in the history
fix #1668
  • Loading branch information
ocBruno committed Jan 31, 2020
1 parent 97e01d9 commit 0726ac3
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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={{
Expand All @@ -43,7 +25,6 @@ const Navbar = () => {
{
label: t('patients.label', 'patients'),
onClick: () => {},
>>>>>>> add-translation-resources
children: [
{
label: t('actions.list', 'list'),
Expand Down

0 comments on commit 0726ac3

Please sign in to comment.