Browse Source

細部

main
みてるぞ 2 days ago
parent
commit
37b9f32626
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frontend/src/pages/threads/ThreadDetailPage.tsx

+ 1
- 1
frontend/src/pages/threads/ThreadDetailPage.tsx View File

@@ -104,7 +104,7 @@ export default () => {
nameRaw && setName (nameRaw) nameRaw && setName (nameRaw)


const passRaw = localStorage.getItem ('password') const passRaw = localStorage.getItem ('password')
passRaw && setName (passRaw)
passRaw && setPassword (passRaw)


const fetchThread = async () => { const fetchThread = async () => {
try try


Loading…
Cancel
Save