aboutsummaryrefslogtreecommitdiff
path: root/modern/src/reports/ReportFilter.js
diff options
context:
space:
mode:
Diffstat (limited to 'modern/src/reports/ReportFilter.js')
-rw-r--r--modern/src/reports/ReportFilter.js13
1 files changed, 0 insertions, 13 deletions
diff --git a/modern/src/reports/ReportFilter.js b/modern/src/reports/ReportFilter.js
index 25b0af7..6c85047 100644
--- a/modern/src/reports/ReportFilter.js
+++ b/modern/src/reports/ReportFilter.js
@@ -135,19 +135,6 @@ const ReportFilter = ({ children, handleSubmit, showOnly, defaultSelected }) =>
</Button>
</Grid>
)}
- {!showOnly
- && (
- <Grid item xs={4} sm={2}>
- <Button
- onClick={() => handleClick(true, false)}
- variant="outlined"
- color="secondary"
- fullWidth
- >
- <Typography variant="button" noWrap>{t('reportEmail')}</Typography>
- </Button>
- </Grid>
- )}
</Grid>
);
};