aboutsummaryrefslogtreecommitdiff
path: root/modern/src
diff options
context:
space:
mode:
authorAshutosh Bishnoi <mail2bishnoi@gmail.com>2021-02-24 13:48:32 +0530
committerAshutosh Bishnoi <mail2bishnoi@gmail.com>2021-02-24 13:48:32 +0530
commit9d00de0240a811fffe01948647386524f4ba9356 (patch)
treed52c8255b90083911ef2668375a8112268e39bc9 /modern/src
parent4807ad55511c936bcfefca59a584ac8712ef1efd (diff)
downloadetbsa-traccar-web-9d00de0240a811fffe01948647386524f4ba9356.tar.gz
etbsa-traccar-web-9d00de0240a811fffe01948647386524f4ba9356.tar.bz2
etbsa-traccar-web-9d00de0240a811fffe01948647386524f4ba9356.zip
more improvement
Diffstat (limited to 'modern/src')
-rw-r--r--modern/src/reports/ReportFilter.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/src/reports/ReportFilter.js b/modern/src/reports/ReportFilter.js
index 9af3f7d..164dbf9 100644
--- a/modern/src/reports/ReportFilter.js
+++ b/modern/src/reports/ReportFilter.js
@@ -99,7 +99,7 @@ const ReportFilter = ({ children, handleSubmit, showOnly }) => {
)}
{children}
<FormControl margin="normal" fullWidth>
- <ButtonGroup color="primary" orientation="vertical" disabled={ !deviceId }>
+ <ButtonGroup color="primary" orientation="vertical" disabled={!deviceId}>
<Button onClick={() => handleClick(false, true)}>{t('reportShow')}</Button>
{!showOnly && <Button onClick={() => handleClick(false, false)}>{t('reportExport')}</Button>}
{!showOnly && <Button onClick={() => handleClick(true, false)}>{t('reportEmail')}</Button>}