mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-16 07:26:47 +00:00
fix/build
This commit is contained in:
@@ -148,7 +148,7 @@ export default function AlgoliaSearchModal({ cRef }) {
|
||||
function TagGroups(props) {
|
||||
const { tagOptions } = useGlobal()
|
||||
// 获取tagOptions数组前十个
|
||||
const firstTenTags = tagOptions.slice(0, 10)
|
||||
const firstTenTags = tagOptions?.slice(0, 10)
|
||||
|
||||
return <div id='tags-group' className='dark:border-gray-700 space-y-2'>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user