refactor: inline hashtag posts
This commit is contained in:
@ -290,6 +290,7 @@ export function NoteInner(props: NoteProps) {
|
||||
link={opt?.canClick === undefined ? undefined : ""}
|
||||
/>
|
||||
<div className="info">
|
||||
{props.context}
|
||||
{(options.showTime || options.showBookmarked) && (
|
||||
<>
|
||||
{options.showBookmarked && (
|
||||
|
Reference in New Issue
Block a user