Skip to content
This repository was archived by the owner on Sep 13, 2023. It is now read-only.

Commit 23d8573

Browse files
remove unnecessary increment priority button (#121)
1 parent 0a98b39 commit 23d8573

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/static/current-state/components/QueueItem.tsx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -333,16 +333,6 @@ export class QueueItem extends React.Component<QueueItemProps, QueueItemState> {
333333
>
334334
Remove
335335
</button>
336-
<button
337-
className="queue-item__button"
338-
onClick={() =>
339-
this.handleAdminControlClick(ADMIN_CONTROLS.PRIORITY, {
340-
priority: (status.request.priority ?? 0) + 1,
341-
})
342-
}
343-
>
344-
Increment priority
345-
</button>
346336
</StatusItem>
347337
</div>
348338
) : null}

0 commit comments

Comments
 (0)