mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 07:38:33 -06:00
back to displaying months
This commit is contained in:
@@ -8,7 +8,6 @@ export default function ModuleList() {
|
||||
const { data: moduleNames } = useModuleNamesQuery(courseName);
|
||||
return (
|
||||
<div>
|
||||
modules here
|
||||
{moduleNames.map((m) => (
|
||||
<ExpandableModule key={m} moduleName={m}/>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user