Skip to content

Commit

Permalink
Lint code
Browse files Browse the repository at this point in the history
  • Loading branch information
willemarcel committed Jul 2, 2024
1 parent 31a9e1f commit 1b94896
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/components/timeline/__tests__/map.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ import renderer, { act } from "react-test-renderer"

import { MapLegend, PlatformStatus } from "../map"
import { LineIcon } from "../../../icons"
import { BalloonIcon, FieldSiteIcon } from "../../../icons/static-platform-icons"
import {
BalloonIcon,
FieldSiteIcon,
} from "../../../icons/static-platform-icons"

jest.mock("react-tooltip", () => ({
Tooltip: () => <div>Mocked tooltip</div>,
Expand Down
1 change: 0 additions & 1 deletion src/icons/static-platform-icons.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/* eslint-disable react/prop-types */
import React from "react"
import PropTypes from "prop-types"
import { sizes } from "./utils"
// All icons by
// Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
Expand Down

0 comments on commit 1b94896

Please sign in to comment.