Skip to content

Commit 3fd36da

Browse files
committed
fix: Redundant
1 parent d5322fe commit 3fd36da

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/markdown/loader.js

-5
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,6 @@ module.exports = async function demoLoader() {
154154
'',
155155
)}`;
156156

157-
// Skip non-editable demos
158-
if (nonEditableDemos.has(demoName)) {
159-
return;
160-
}
161-
162157
if (multipleDemoVersionsUsed) {
163158
moduleID = `${moduleID}/system/index.js`;
164159
}

0 commit comments

Comments
 (0)