fix-matery-build

This commit is contained in:
tangly1024.com
2023-06-27 17:22:18 +08:00
parent 693463eafc
commit 661a7f06f4

View File

@@ -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">