Skip to content

Commit

Permalink
style: Automated code fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eea-jenkins committed Jun 17, 2024
1 parent d70dcf2 commit 3d9adb6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions src/Arcgis/Editor/Panels/StructureLayersPanel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,8 @@ function getSublayers(subLayerIds, data) {
}

function Layer({ layer, layers, index, value, onChangeValue }) {
const {
servicesData,
layersData,
setServicesData,
setLayersData,
} = useContext(EditorContext);
const { servicesData, layersData, setServicesData, setLayersData } =
useContext(EditorContext);

const [query, setQuery] = useState(layer.definitionExpression);
const [uid] = useState(uuid());
Expand Down
2 changes: 1 addition & 1 deletion src/styles/editor.less
Original file line number Diff line number Diff line change
Expand Up @@ -326,8 +326,8 @@
font-size: var(--font-size-small);

button {
font-size: var(--font-size-small);
height: auto !important;
font-size: var(--font-size-small);
}

select.rule-fields,
Expand Down

0 comments on commit 3d9adb6

Please sign in to comment.