mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 15:09:22 +00:00
fix-matery-build
This commit is contained in:
@@ -23,7 +23,7 @@ export const LayoutTag = (props) => {
|
||||
</div>
|
||||
|
||||
<div id="tags-list" className="duration-200 flex flex-wrap justify-center pb-12">
|
||||
{tagOptions.map(e => {
|
||||
{tagOptions?.map(e => {
|
||||
const selected = tag === e.name
|
||||
return (
|
||||
<div key={e.id} className="p-2">
|
||||
|
||||
Reference in New Issue
Block a user