Skip to content

Commit

Permalink
[pre-commit.ci] Add auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 17, 2024
1 parent 0fbad87 commit 9444366
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion florist/app/jobs/details/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,6 @@ export function JobProgressDetails({ serverMetrics }: { serverMetrics: Object })
}

export function JobProgressRound({ roundMetrics, index }: { roundMetrics: Object; index: int }): ReactElement {

const [collapsed, setCollapsed] = useState(true);

if (!roundMetrics) {
Expand Down

0 comments on commit 9444366

Please sign in to comment.