Skip to content

Commit

Permalink
#845 code review improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
drimpact committed Sep 21, 2023
1 parent e63167a commit 464536a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/components/ReportForm/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const InnerForm = (props: IProps & FormikProps<IFormOutput>) => {
<span>
<Hint
text={t(
"Beneficiaries must have at least two included records, to be considered in the report"
"Only records within the specified time range will be included in the report"
)}
/>
{t("Included Records")}
Expand Down
2 changes: 1 addition & 1 deletion src/app/containers/ReportForm/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const ReportFormInner = (p: IURLConnector) => {
end,
tags: v.tags,
orTags: v.orTags,
openStart: true,
openStart: false,
});
p.setURL(url, params);
};
Expand Down

0 comments on commit 464536a

Please sign in to comment.