Skip to content

Commit

Permalink
adding new users message in november and december 2017
Browse files Browse the repository at this point in the history
  • Loading branch information
mlfaa committed Dec 28, 2021
1 parent bf944ce commit 3b3379c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/containers/Audiencias/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,10 @@ function Audiencias(props) {
observation={TEXTCONSTANTS.usersSectionTexts.subSectionNewUsers.observation}
observationAnchor={TEXTCONSTANTS.usersSectionTexts.subSectionNewUsers.observationAnchor}
observationAnchorString={TEXTCONSTANTS.usersSectionTexts.subSectionNewUsers.observationAnchorString}
observationCondition={(selectedYear === '0') || (selectedYear === '2017' && selectedMonth === '0')}
observationCondition={(selectedYear === '0')
|| (selectedYear === '2017' && selectedMonth === '0')
|| (selectedYear === '2017' && selectedMonth === '9')
|| (selectedYear === '2017' && selectedMonth === '11')}
/>
</div>
) : (
Expand Down

0 comments on commit 3b3379c

Please sign in to comment.