add
This commit is contained in:
parent
208953c5b6
commit
b2c1a8b264
|
@ -69,10 +69,7 @@ export default function FilterSection({
|
|||
|
||||
return (
|
||||
<div className="bg-white p-6 rounded-lg shadow-sm space-y-6">
|
||||
<Form>
|
||||
|
||||
</Form>
|
||||
{taxonomies.map((tax) => {
|
||||
{taxonomies?.map((tax) => {
|
||||
return (
|
||||
<>
|
||||
<div>
|
||||
|
|
Loading…
Reference in New Issue