aboutsummaryrefslogtreecommitdiff
path: root/modern/src/components/registration/LoginForm.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton@traccar.org>2022-04-17 16:02:15 -0700
committerAnton Tananaev <anton@traccar.org>2022-04-17 16:02:15 -0700
commit9ff90e79d84bc09347697907d092cc4c7402715a (patch)
treec7ecd696088ccfa0ddce0183ed056b477574a57b /modern/src/components/registration/LoginForm.js
parenteecd28e9513c0376afac4adc4b21fa056efe4230 (diff)
downloadtrackermap-web-9ff90e79d84bc09347697907d092cc4c7402715a.tar.gz
trackermap-web-9ff90e79d84bc09347697907d092cc4c7402715a.tar.bz2
trackermap-web-9ff90e79d84bc09347697907d092cc4c7402715a.zip
Fix style issues
Diffstat (limited to 'modern/src/components/registration/LoginForm.js')
-rw-r--r--modern/src/components/registration/LoginForm.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/modern/src/components/registration/LoginForm.js b/modern/src/components/registration/LoginForm.js
index d43d19a8..58c50df8 100644
--- a/modern/src/components/registration/LoginForm.js
+++ b/modern/src/components/registration/LoginForm.js
@@ -145,11 +145,11 @@ const LoginForm = () => {
anchorOrigin={{ vertical: 'top', horizontal: 'center' }}
open={announcement && !announcementShown}
message={announcement}
- action={
+ action={(
<IconButton size="small" color="inherit" onClick={() => setAnnouncementShown(true)}>
<CloseIcon fontSize="small" />
</IconButton>
- }
+ )}
/>
</Grid>
</StartPage>