aboutsummaryrefslogtreecommitdiff
path: root/modern/src/settings/ComputedAttributePage.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2021-09-03 09:57:50 -0700
committerAnton Tananaev <anton.tananaev@gmail.com>2021-09-03 09:57:50 -0700
commitc75dbd5410dd0eed2576afdedcfeb6082b4f7225 (patch)
tree69611e16a4823d5cf78b17c9199a7a3ea72dc7ee /modern/src/settings/ComputedAttributePage.js
parenta15843964ef7c2a51bf861dcb395c78062996c87 (diff)
downloadtrackermap-web-c75dbd5410dd0eed2576afdedcfeb6082b4f7225.tar.gz
trackermap-web-c75dbd5410dd0eed2576afdedcfeb6082b4f7225.tar.bz2
trackermap-web-c75dbd5410dd0eed2576afdedcfeb6082b4f7225.zip
Fix lint issues
Diffstat (limited to 'modern/src/settings/ComputedAttributePage.js')
-rw-r--r--modern/src/settings/ComputedAttributePage.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/src/settings/ComputedAttributePage.js b/modern/src/settings/ComputedAttributePage.js
index 6733e980..e8efd096 100644
--- a/modern/src/settings/ComputedAttributePage.js
+++ b/modern/src/settings/ComputedAttributePage.js
@@ -5,7 +5,7 @@ import {
import ExpandMoreIcon from '@material-ui/icons/ExpandMore';
import EditItemView from '../EditItemView';
import { useTranslation } from '../LocalizationProvider';
-import { usePositionAttributes } from '../attributes/positionAttributes';
+import usePositionAttributes from '../attributes/usePositionAttributes';
const useStyles = makeStyles(() => ({
details: {