Skip to content

Commit

Permalink
Execution logs fix (#110)
Browse files Browse the repository at this point in the history
Oops.
  • Loading branch information
vguerci authored and guillaumebort committed Jul 7, 2017
1 parent 4282334 commit 8396a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/javascript/app/pages/ExecutionLogs.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ class ExecutionLogs extends React.Component {
<TimeRangeLink
href={`/timeseries/calendar/${urlFormat(start)}_${urlFormat(end)}`}
start={start}
end={start}
end={end}
/>
);
}
Expand Down

0 comments on commit 8396a94

Please sign in to comment.