mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-08 23:16:54 +00:00
3.15
This commit is contained in:
@@ -6,7 +6,7 @@ import React from 'react'
|
||||
import Link from 'next/link'
|
||||
|
||||
export const LayoutTag = (props) => {
|
||||
const tag = props.tagOptions.find((t) => {
|
||||
const tag = props?.tagOptions?.find((t) => {
|
||||
return t.name === props.tag
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user