diff options
author | Anton Tananaev <anton@traccar.org> | 2022-04-17 16:02:15 -0700 |
---|---|---|
committer | Anton Tananaev <anton@traccar.org> | 2022-04-17 16:02:15 -0700 |
commit | 9ff90e79d84bc09347697907d092cc4c7402715a (patch) | |
tree | c7ecd696088ccfa0ddce0183ed056b477574a57b /modern/src/components | |
parent | eecd28e9513c0376afac4adc4b21fa056efe4230 (diff) | |
download | trackermap-web-9ff90e79d84bc09347697907d092cc4c7402715a.tar.gz trackermap-web-9ff90e79d84bc09347697907d092cc4c7402715a.tar.bz2 trackermap-web-9ff90e79d84bc09347697907d092cc4c7402715a.zip |
Fix style issues
Diffstat (limited to 'modern/src/components')
-rw-r--r-- | modern/src/components/registration/LoginForm.js | 4 |
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> |