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