chore: remove clip button
This commit is contained in:
@ -27,7 +27,6 @@ import { ContentWarningOverlay, isContentWarningAccepted } from "@/element/conte
|
|||||||
import { useCurrentStreamFeed } from "@/hooks/current-stream-feed";
|
import { useCurrentStreamFeed } from "@/hooks/current-stream-feed";
|
||||||
import { useStreamLink } from "@/hooks/stream-link";
|
import { useStreamLink } from "@/hooks/stream-link";
|
||||||
import { FollowButton } from "@/element/follow-button";
|
import { FollowButton } from "@/element/follow-button";
|
||||||
import { ClipButton } from "@/element/clip-button";
|
|
||||||
|
|
||||||
function ProfileInfo({ ev, goal }: { ev?: TaggedNostrEvent; goal?: TaggedNostrEvent }) {
|
function ProfileInfo({ ev, goal }: { ev?: TaggedNostrEvent; goal?: TaggedNostrEvent }) {
|
||||||
const system = useContext(SnortContext);
|
const system = useContext(SnortContext);
|
||||||
@ -86,7 +85,6 @@ function ProfileInfo({ ev, goal }: { ev?: TaggedNostrEvent; goal?: TaggedNostrEv
|
|||||||
</div>
|
</div>
|
||||||
{ev && (
|
{ev && (
|
||||||
<>
|
<>
|
||||||
<ClipButton ev={ev} />
|
|
||||||
<ShareMenu ev={ev} />
|
<ShareMenu ev={ev} />
|
||||||
{zapTarget && (
|
{zapTarget && (
|
||||||
<SendZapsDialog
|
<SendZapsDialog
|
||||||
|
Reference in New Issue
Block a user