mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-06-05 00:32:03 +00:00
Fix syntax bug
This commit is contained in:
parent
ef3acf03df
commit
91cfd7a3cb
@ -239,7 +239,6 @@ export default function DraftCourseDetails({ processedEvent, draftId, lessons })
|
||||
useEffect(() => {
|
||||
async function buildEvent(draft) {
|
||||
if (!draft) {
|
||||
.error('Draft is null or undefined');
|
||||
return null;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user