Removed unused style from workflow menu

This commit is contained in:
Matt Aitken
2022-12-15 12:31:13 +00:00
parent 36885875ba
commit 0891cd8775
@@ -10,8 +10,6 @@ import classNames from "classnames";
import { Fragment } from "react";
import { useCurrentWorkflow, useWorkflows } from "~/hooks/useWorkflows";
const actionClassNames = "text-green-500";
export function WorkflowMenu() {
const workflows = useWorkflows();
const currentWorkflow = useCurrentWorkflow();