Skip to content

Commit

Permalink
allow simulation to work without analysis panel
Browse files Browse the repository at this point in the history
  • Loading branch information
trevlenb2 committed Feb 12, 2024
1 parent affe0fa commit a2c6873
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/features/planSimulation/components/Simulation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ const Simulation = () => {
const [parentChild, setParentChild] = useState<{ [parent: string]: Children }>({});
const [complexTags, setComplexTags] = useState<ComplexTagResponse[]>();
const [showAnalysisPanel, setShowAnalysisPanel] = useState(false);
const [isAnalysisSearch] = useState(true);
const [analysisLayerDetails, setAnalysisLayerDetails] = useState<AnalysisLayer[]>([]);
const [analysisResultEntityTags, setAnalysisResultEntityTags] = useState<EntityTag[]>();
const [tooLargeOrSmall, setTooLargeOrSmall] = useState(0);
Expand Down

0 comments on commit a2c6873

Please sign in to comment.