kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Also fix clicking a hashtag directly from the feed
rodzic
3af722e957
commit
87b52ba2f3
|
@ -8,7 +8,7 @@ interface IHashtagLink {
|
|||
|
||||
const HashtagLink: React.FC<IHashtagLink> = ({ hashtag }) => (
|
||||
// eslint-disable-next-line formatjs/no-literal-string-in-jsx
|
||||
<Link to={`/tags/${hashtag}`}>
|
||||
<Link to={`/tags/${hashtag}`} onClick={(e) => e.stopPropagation()}>
|
||||
#{hashtag}
|
||||
</Link>
|
||||
);
|
||||
|
|
Ładowanie…
Reference in New Issue