Removed old toPost btn
This commit is contained in:
parent
630f19f82c
commit
c3ded8a27b
1 changed files with 0 additions and 2 deletions
|
@ -11,7 +11,6 @@ import CommentsButton from "./Buttons/CommentsButton";
|
|||
import EngagementButton from "./Buttons/Engegament";
|
||||
import RemovePostButton from "./Buttons/RemovePostButton";
|
||||
import ReportButton from "./Buttons/Report";
|
||||
import ToPostButton from "./Buttons/ToPost";
|
||||
|
||||
export function PostSegment(props: { post: Post }): JSXElement {
|
||||
const [local] = splitProps(props, ["post"]);
|
||||
|
@ -51,7 +50,6 @@ export function PostSegment(props: { post: Post }): JSXElement {
|
|||
<EngagementButton postId={local.post.id} />
|
||||
<CommentsButton postId={local.post.id} />
|
||||
</div>
|
||||
<ToPostButton post={local.post} />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue