From f2c64496cfd0c99ecac838089dc7ce7bfe32118e Mon Sep 17 00:00:00 2001 From: Bryan Wilson Date: Mon, 31 May 2021 15:16:28 -0700 Subject: [PATCH] SingleCourseContent route - Fix the regex for new-style course ids --- frontend/src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/App.js b/frontend/src/App.js index 17aec56b..2c95d57b 100644 --- a/frontend/src/App.js +++ b/frontend/src/App.js @@ -51,7 +51,7 @@ class App extends Component { {(process.env.ENABLE_CSV_REPORTS === "enabled") && } {/* course-v..-like course ids */} - }/> + }/> {/* old slash-separated course id style */} }/> }/>