diff options
author | Anton Tananaev <anton@traccar.org> | 2022-06-19 09:35:59 -0700 |
---|---|---|
committer | Anton Tananaev <anton@traccar.org> | 2022-06-19 09:35:59 -0700 |
commit | e67aafb900f474da2381ea418c3e8eb09bc4683b (patch) | |
tree | 02c885e13383ea2a8000f74a43e74219aa2a7eb6 /modern/src/other/ChangeServerPage.js | |
parent | 15a72336f2f38d6175e90d01973515b5573f3ed8 (diff) | |
download | trackermap-web-e67aafb900f474da2381ea418c3e8eb09bc4683b.tar.gz trackermap-web-e67aafb900f474da2381ea418c3e8eb09bc4683b.tar.bz2 trackermap-web-e67aafb900f474da2381ea418c3e8eb09bc4683b.zip |
Fix issues
Diffstat (limited to 'modern/src/other/ChangeServerPage.js')
-rw-r--r-- | modern/src/other/ChangeServerPage.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/modern/src/other/ChangeServerPage.js b/modern/src/other/ChangeServerPage.js index 1862ecbd..edce3cd7 100644 --- a/modern/src/other/ChangeServerPage.js +++ b/modern/src/other/ChangeServerPage.js @@ -1,7 +1,9 @@ import React, { useState } from 'react'; import ElectricalServicesIcon from '@mui/icons-material/ElectricalServices'; import { makeStyles } from '@mui/styles'; -import { Autocomplete, Button, Container, TextField } from '@mui/material'; +import { + Autocomplete, Button, Container, TextField, +} from '@mui/material'; import { useTranslation } from '../common/components/LocalizationProvider'; const currentServer = `${window.location.protocol}//${window.location.host}`; |