Skip to content

Commit

Permalink
fix dev review issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mspivak-actionengine committed Dec 11, 2023
1 parent ec251fc commit 2b7dff9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/components/action-icon-button/action-icon-button.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useMemo } from "react";
import React from "react";
import styled, { StyledComponent, DefaultTheme, useTheme } from "styled-components";
import { ButtonSize } from "../../types";

Expand Down Expand Up @@ -84,4 +84,3 @@ export const ActionIconButton = ({ Icon, style, size, children, onClick }: Actio
</Button>
);
};

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { screen } from "@testing-library/react";
import userEvent from "@testing-library/user-event";
import { renderWithTheme } from "../../utils/testing-utils/render-with-theme";
import { AcrGisUser } from "./logout-button";
import { AcrGisUser } from "./arcgis-user";

const onClickMock = jest.fn();

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/components/layers-panel/layers-control-panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import PlusIcon from "../../../public/icons/plus.svg";
import ImportIcon from "../../../public/icons/import.svg";
import EsriImage from "../../../public/images/esri.svg";
import { ActionIconButton } from "../action-icon-button/action-icon-button";
import { AcrGisUser } from "../logout-button/logout-button";
import { AcrGisUser } from "../arcgis-user/arcgis-user";

import { DeleteConfirmation } from "./delete-confirmation";
import { LayerOptionsMenu } from "./layer-options-menu/layer-options-menu";
Expand Down

0 comments on commit 2b7dff9

Please sign in to comment.