We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fd19ae commit e02a457Copy full SHA for e02a457
1 file changed
src/App.tsx
@@ -398,7 +398,10 @@ function App() {
398
});
399
handleNewInputConcentration(
400
adjustableAgentName,
401
- concentrations[AgentName.B] ?? LiveSimulationData.INITIAL_CONCENTRATIONS[AgentName.B]
+ concentrations[AgentName.B] ??
402
+ LiveSimulationData.INITIAL_CONCENTRATIONS[Module.A_B_AB][
403
+ AgentName.B
404
+ ]
405
);
406
setIsPlaying(false);
407
clearAllAnalysisState();
0 commit comments