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