From 8938244653560f22d3e66d1167a4aa9f90d9250e Mon Sep 17 00:00:00 2001 From: Renard Date: Mon, 16 Sep 2019 01:07:34 -0300 Subject: Cambiar titulo segĂșn hilo --- src/Thread.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Thread.js b/src/Thread.js index be73903..085a754 100644 --- a/src/Thread.js +++ b/src/Thread.js @@ -58,6 +58,7 @@ class Thread extends Component { } const { posts, subject, timestamp, total_replies, locked, id } = this.state.thread; + document.title = subject; return (