Skip to content

Commit c39141d

Browse files
meganrmCopilot
andauthored
Update src/App.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b270d35 commit c39141d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ function App() {
398398
});
399399
handleNewInputConcentration(
400400
adjustableAgentName,
401-
concentrations[AgentName.B] ?? 4
401+
concentrations[AgentName.B] ?? LiveSimulationData.INITIAL_CONCENTRATIONS[AgentName.B]
402402
);
403403
setIsPlaying(false);
404404
clearAllAnalysisState();

0 commit comments

Comments
 (0)