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>
|
||||
<title>
|
||||
{(
|
||||
(comment.content?.slice(0, 40)) + " - "
|
||||
(comment.content?.slice(0, 40) ?? comment.title?.slice(0, 40) ?? "Thread") + " - "
|
||||
+ (selectedTitle ? selectedTitle : selectedAddress)
|
||||
+ " - plebchan"
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user