Skip to content

Commit

Permalink
Fix client linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavcs committed Mar 5, 2024
1 parent 415f419 commit 0739b13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/src/components/JobInformation/JobInformation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ import { JobDetailsProvider } from "components/providers/JobProvider";
import UtcDate from "components/UtcDate";
import { formatDuration, intervalToDuration } from "date-fns";
import JOB_STATES_MODEL from "utils/job-states-model";
import { invocationForJob } from "@/api/invocations";
import { computed, ref } from "vue";
import { invocationForJob } from "@/api/invocations";
import DecodedId from "../DecodedId.vue";
import CodeRow from "./CodeRow.vue";
Expand Down

0 comments on commit 0739b13

Please sign in to comment.