Skip to content

Commit

Permalink
fix linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Latios96 committed Nov 5, 2021
1 parent bdd3c6c commit 482d005
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 1 addition & 6 deletions frontend/src/components/Tooltip/Tooltip.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
import React, {
PropsWithChildren,
ReactElement,
ReactNode,
useCallback,
} from "react";
import React, { PropsWithChildren, ReactElement, useCallback } from "react";
import { OverlayTrigger, Tooltip as BootstrapTooltip } from "react-bootstrap";

interface Props {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ export function RunSummary(props: Props) {

function renderSummary() {
const statusPercentage = calculateStatusPercentage(runSummaryDto);
// eslint-disable-next-line no-console
console.log(statusPercentage, runSummaryDto);
return (
<>
<InfoBox>
Expand Down

0 comments on commit 482d005

Please sign in to comment.