aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/ui/Thread.js
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2023-10-08 15:21:04 +0300
committerGravatar Vitaly Takmazov2023-10-08 15:21:04 +0300
commite8744a1620d7761cf721f1cc21562ad2c6ec8e5c (patch)
tree9ec836ee488096d0d8b7bbf602226dd90bc0bbb3 /vnext/src/ui/Thread.js
parentbb014265ab1a2d31646097cd38cd620c913a1e06 (diff)
vnext: react-helmet -> react-helmet-async
Diffstat (limited to 'vnext/src/ui/Thread.js')
-rw-r--r--vnext/src/ui/Thread.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/src/ui/Thread.js b/vnext/src/ui/Thread.js
index b727b73d..61474153 100644
--- a/vnext/src/ui/Thread.js
+++ b/vnext/src/ui/Thread.js
@@ -8,7 +8,7 @@ import Spinner from './Spinner'
import { getMessages, comment, update, post } from '../api'
import { useVisitor } from './VisitorContext'
-import { Helmet } from 'react-helmet'
+import { Helmet } from 'react-helmet-async'
/**
* @type { import('../api').Message }
*/