chore: commit remaining workspace changes
This commit is contained in:
@@ -11,7 +11,6 @@ export default function ThreadRow({ thread, isFirst = false }) {
|
||||
const isPinned = thread?.is_pinned ?? false
|
||||
|
||||
const href = `/forum/topic/${slug}`
|
||||
|
||||
return (
|
||||
<a
|
||||
href={href}
|
||||
|
||||
Reference in New Issue
Block a user