diff --git a/src/common/beam/BeamView.tsx b/src/common/beam/BeamView.tsx index 77fd68a2d..403a8c318 100644 --- a/src/common/beam/BeamView.tsx +++ b/src/common/beam/BeamView.tsx @@ -146,10 +146,10 @@ export function BeamView(props: { /> {/* Fusion Output */} - + {/**/} diff --git a/src/common/beam/gather/BeamGatherPane.tsx b/src/common/beam/gather/BeamGatherPane.tsx index 1399a69bf..d22f8e08b 100644 --- a/src/common/beam/gather/BeamGatherPane.tsx +++ b/src/common/beam/gather/BeamGatherPane.tsx @@ -17,6 +17,7 @@ import { useScrollToBottom } from '~/common/scroll-to-bottom/useScrollToBottom'; import { FUSION_FACTORIES } from './beam.gather'; import { GATHER_COLOR } from '../beam.config'; import { beamPaneSx } from '../BeamCard'; +import { GoodTooltip } from '~/common/components/GoodTooltip'; const mobileBeamGatherPane: SxProps = { @@ -125,7 +126,7 @@ export function BeamGatherPane(props: { /> - {FUSION_FACTORIES.map((fusion, idx) => { + {FUSION_FACTORIES.map((factorySpec, idx) => { const isActive = idx === props.fusionIndex; return ( ); })} {/*{(props.fusionIndex !== null) && (*/} {/* */} - {/* */} - {/* {props.fusionIndex === 2 ? null : }*/} + {/* */} + {/* {isEditable... ? null : }*/} {/* */} {/* */} {/*)}*/}