Skip to content

Commit

Permalink
feat(earning date filter): use all as default text when no range is s…
Browse files Browse the repository at this point in the history
…elected

Date range filter text when no date range selected Greenstand#355
  • Loading branch information
Mloweedgar committed Feb 22, 2022
1 parent be0dcf0 commit 1a40c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/CustomTable/CustomTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ function CustomTableHeader(props) {
</Typography>
) : (
<Typography className={classes.dateFiterButonSmallText}>
select date range
All
</Typography>
)}
</div>
Expand Down

0 comments on commit 1a40c59

Please sign in to comment.