diff --git a/src/components/molecules/ActionSettings.tsx b/src/components/molecules/ActionSettings.tsx index dcf2ba5c..79e120b8 100644 --- a/src/components/molecules/ActionSettings.tsx +++ b/src/components/molecules/ActionSettings.tsx @@ -1,7 +1,7 @@ import React, { useRef } from 'react'; import styled from "styled-components"; import { Button } from "@mui/material"; -import { ActionDescription } from "../organisms/RightSidePanel"; +//import { ActionDescription } from "../organisms/RightSidePanel"; import * as Settings from "./action-settings"; import { useSocketStore } from "../../context/socket"; @@ -42,7 +42,7 @@ export const ActionSettings = ({ action }: ActionSettingsProps) => { return (
- Action settings: + {/* Action settings: */}