This website works better with JavaScript.
Home
Explore
Sign In
miteruzo
/
kekec_bbs_v2
Watch
1
Star
0
Fork
0
Code
Issues
2
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
細部
main
みてるぞ
2 days ago
parent
d8fd7ca124
commit
37b9f32626
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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)
const passRaw = localStorage.getItem ('password')
passRaw && set
Name
(passRaw)
passRaw && set
Password
(passRaw)
const fetchThread = async () => {
try
Write
Preview
Loading…
Cancel
Save