Skip to content

Commit 3435724

Browse files
committed
Fix formatting error in TaskAnalysisTable.jsx
1 parent b13ea1f commit 3435724

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

src/components/TaskAnalysisTable/TaskAnalysisTable.jsx

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,7 @@ const ALL_COLUMNS = Object.assign(
7171
: null,
7272
);
7373

74-
const DEFAULT_COLUMNS = [
75-
"featureId",
76-
"id",
77-
"status",
78-
"priority",
79-
"controls",
80-
"comments",
81-
];
74+
const DEFAULT_COLUMNS = ["featureId", "id", "status", "priority", "controls", "comments"];
8275

8376
/**
8477
* TaskAnalysisTable renders a table of tasks using react-table. Rendering is

0 commit comments

Comments
 (0)