Skip to content

Commit

Permalink
Update src/services/ShSimulatorService.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
grzanka authored Jan 11, 2025
1 parent fb49c39 commit ef443a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/ShSimulatorService.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ const ShSimulation = ({ children }: GenericContextProviderProps) => {

const jobInputs = await getJobInputs(info, signal, cache);

// if editor project data (with filter definions etc) is available, recreate references in results
// if editor project data (with filter definitons etc.) is available, recreate references in results
if (jobInputs?.input.inputJson) {
const inputJsonForThisEstimator = {
...jobInputs.input.inputJson,
Expand Down

0 comments on commit ef443a5

Please sign in to comment.