53 |
54 | }
56 | sideContent={
57 |
58 | {wasSearched && (
59 |
63 | )}
64 | {getFacetFields().map(field => (
65 |
66 | ))}
67 |
68 | }
69 | bodyContent={
70 |
76 | }
77 | bodyHeader={
78 |
79 | {wasSearched && }
80 | {wasSearched && }
81 |
82 | }
83 | bodyFooter={}
84 | />
85 |
86 |
87 | );
88 | }}
89 |