mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-06-06 18:31:00 +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(() => {
|
useEffect(() => {
|
||||||
async function buildEvent(draft) {
|
async function buildEvent(draft) {
|
||||||
if (!draft) {
|
if (!draft) {
|
||||||
.error('Draft is null or undefined');
|
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user