Skip to content

Commit

Permalink
Fix meta data <button> default, not Semantic-UI for searchkit uri (->…
Browse files Browse the repository at this point in the history
… bookmarking)
  • Loading branch information
ksuess committed Feb 27, 2023
1 parent 168aaeb commit 0051ff5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/components/Views/FacetedSearch.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -180,12 +180,7 @@ const _ExtraInfo = (props) => {
},
};
return (
<button
key={tito}
as={Link}
to="#"
onClick={() => onQueryChanged(payloadOfTag)}
>
<button key={tito} onClick={() => onQueryChanged(payloadOfTag)}>
{tito}
{index < result[subjectsFieldname].length - 1 ? (
','
Expand Down

0 comments on commit 0051ff5

Please sign in to comment.