mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix thread meta title
This commit is contained in:
@@ -223,7 +223,7 @@ const Thread = () => {
|
|||||||
<Helmet>
|
<Helmet>
|
||||||
<title>
|
<title>
|
||||||
{(
|
{(
|
||||||
(comment.content?.slice(0, 40)) + " - "
|
(comment.content?.slice(0, 40) ?? comment.title?.slice(0, 40) ?? "Thread") + " - "
|
||||||
+ (selectedTitle ? selectedTitle : selectedAddress)
|
+ (selectedTitle ? selectedTitle : selectedAddress)
|
||||||
+ " - plebchan"
|
+ " - plebchan"
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user