Skip to content

Commit

Permalink
Merge pull request #1724 from Simon-Dirks/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
ballPointPenguin authored Nov 10, 2023
2 parents ec9a91a + 85367de commit c2609d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client-report/src/components/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ class App extends React.Component {
getData() {
const reportPromise = this.getReport(report_id);
// debug initial report data fetch
reportPromise.then((report) => console.log("report recieved:", report))
reportPromise.then((report) => console.log("report received:", report))
const mathPromise = reportPromise.then((report) => {
return this.getMath(report.conversation_id);
});
Expand Down

0 comments on commit c2609d8

Please sign in to comment.