Skip to content

Commit

Permalink
Remove completed todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
peterszerzo committed Jul 15, 2024
1 parent d9a9035 commit 6c7b192
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/journey-manager/src/ui.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,6 @@ const ControlCenter: FunctionComponent<{
onAction: (action: Action) => void;
}> = ({ config, highlightElements, digression, onAction }) => {
const [isOpen, setIsOpen] = useState<boolean>(false);
// TODO: set up success handling API with the new `onEscalation` and `onEnd` handlers
const [status, setStatus] = useState<ControlCenterStatus>(null);
const drawerContentRef = useRef<HTMLDivElement | null>(null);

Expand Down

0 comments on commit 6c7b192

Please sign in to comment.