Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix formatting errors
Browse files Browse the repository at this point in the history
CollinBeczak committed Jan 28, 2025
1 parent e1e6de4 commit fae9956
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/components/HOCs/WithTaskBundle/WithTaskBundle.jsx
Original file line number Diff line number Diff line change
@@ -7,10 +7,10 @@ import {
bundleTasks,
deleteTaskBundle,
fetchTaskBundle,
updateTaskBundle,
refreshMultipleTaskLocks,
startMultipleTasks,
releaseMultipleTasks,
startMultipleTasks,
updateTaskBundle,
} from "../../../services/Task/Task";

const LOCK_REFRESH_INTERVAL = 600000; // 10 minutes
4 changes: 2 additions & 2 deletions src/components/Widgets/TaskBundleWidget/TaskMarkerContent.jsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { Component } from "react";
import { FormattedMessage } from "react-intl";
import { Link } from "react-router-dom";
import { messagesByStatus } from "../../../services/Task/TaskStatus/TaskStatus";
import { messagesByPriority } from "../../../services/Task/TaskPriority/TaskPriority";
import AsCooperativeWork from "../../../interactions/Task/AsCooperativeWork";
import { messagesByPriority } from "../../../services/Task/TaskPriority/TaskPriority";
import { messagesByStatus } from "../../../services/Task/TaskStatus/TaskStatus";
import messages from "./Messages";

/**

0 comments on commit fae9956

Please sign in to comment.