diff options
| author | polwex <polwex@sortug.com> | 2025-11-12 10:32:46 +0700 |
|---|---|---|
| committer | polwex <polwex@sortug.com> | 2025-11-12 10:32:46 +0700 |
| commit | ab786760a16c07031fa9b7e8987ebe755a57912c (patch) | |
| tree | fae744eb25a196d8fe94a95be55c246ac3679545 /gui/src/components/post/Header.tsx | |
| parent | 284ce9ce7d9f81e54e91f917329d48926487fbf4 (diff) | |
further fixes to engagement flow
Diffstat (limited to 'gui/src/components/post/Header.tsx')
| -rw-r--r-- | gui/src/components/post/Header.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/src/components/post/Header.tsx b/gui/src/components/post/Header.tsx index 4e72fe8..0dfd5e4 100644 --- a/gui/src/components/post/Header.tsx +++ b/gui/src/components/post/Header.tsx @@ -10,6 +10,7 @@ function Header(props: PostProps) { // console.log(props.poast.author.length, "length"); function go(e: React.MouseEvent) { e.stopPropagation(); + navigate(`/feed/${poast.host}`); } function openThread(e: React.MouseEvent) { e.stopPropagation(); |
