mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-02-03 22:15:42 -06:00
Update quartz/components/Explorer.tsx - fixed typo
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
a18c17f075
commit
65e36d9e6c
@ -71,7 +71,7 @@ export default ((userOpts?: Partial<Options>) => {
|
||||
const beforeComponents = (opts.components || []).filter(
|
||||
(c) => c.position === "before" || !c.position,
|
||||
)
|
||||
const afterCOmpoentns = (opts.components || []).filter(
|
||||
const afterComponents = (opts.components || []).filter(
|
||||
(c) => c.position === "after" || !c.position,
|
||||
)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user