diff --git a/editor.planx.uk/src/pages/FlowEditor/components/Settings/index.tsx b/editor.planx.uk/src/pages/FlowEditor/components/Settings/index.tsx index c80d8ee255..86a9966b2a 100644 --- a/editor.planx.uk/src/pages/FlowEditor/components/Settings/index.tsx +++ b/editor.planx.uk/src/pages/FlowEditor/components/Settings/index.tsx @@ -37,7 +37,6 @@ function TabPanel(props: TabPanelProps) { aria-labelledby={`nav-tab-${index}`} {...other} > - {/* TODO: check this out */} {value === index ? children : null} );