remove follow button
This commit is contained in:
parent
d63699f14f
commit
b15aa1965e
@ -12,7 +12,6 @@ import ZapIcon from "Icons/Zap";
|
|||||||
import { Tab } from "Element/Tabs";
|
import { Tab } from "Element/Tabs";
|
||||||
import { ParsedZap } from "Element/Zap";
|
import { ParsedZap } from "Element/Zap";
|
||||||
import ProfileImage from "Element/ProfileImage";
|
import ProfileImage from "Element/ProfileImage";
|
||||||
import FollowButton from "Element/FollowButton";
|
|
||||||
import Tabs from "Element/Tabs";
|
import Tabs from "Element/Tabs";
|
||||||
import Close from "Icons/Close";
|
import Close from "Icons/Close";
|
||||||
import Modal from "Element/Modal";
|
import Modal from "Element/Modal";
|
||||||
@ -98,7 +97,6 @@ const Reactions = ({ show, setShow, positive, negative, reposts, zaps }: Reactio
|
|||||||
{ev.content === "+" ? <Heart width={20} height={18} /> : ev.content}
|
{ev.content === "+" ? <Heart width={20} height={18} /> : ev.content}
|
||||||
</div>
|
</div>
|
||||||
<ProfileImage pubkey={ev.pubkey} />
|
<ProfileImage pubkey={ev.pubkey} />
|
||||||
<FollowButton pubkey={ev.pubkey} />
|
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
})}
|
})}
|
||||||
@ -112,7 +110,6 @@ const Reactions = ({ show, setShow, positive, negative, reposts, zaps }: Reactio
|
|||||||
<span className="zap-amount">{formatShort(z.amount)}</span>
|
<span className="zap-amount">{formatShort(z.amount)}</span>
|
||||||
</div>
|
</div>
|
||||||
<ProfileImage pubkey={z.zapper} subHeader={<>{z.content}</>} />
|
<ProfileImage pubkey={z.zapper} subHeader={<>{z.content}</>} />
|
||||||
<FollowButton pubkey={z.zapper} />
|
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
@ -125,7 +122,6 @@ const Reactions = ({ show, setShow, positive, negative, reposts, zaps }: Reactio
|
|||||||
<Heart width={20} height={18} />
|
<Heart width={20} height={18} />
|
||||||
</div>
|
</div>
|
||||||
<ProfileImage pubkey={ev.pubkey} />
|
<ProfileImage pubkey={ev.pubkey} />
|
||||||
<FollowButton pubkey={ev.pubkey} />
|
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
})}
|
})}
|
||||||
@ -137,7 +133,6 @@ const Reactions = ({ show, setShow, positive, negative, reposts, zaps }: Reactio
|
|||||||
<Dislike width={20} height={18} />
|
<Dislike width={20} height={18} />
|
||||||
</div>
|
</div>
|
||||||
<ProfileImage pubkey={ev.pubkey} />
|
<ProfileImage pubkey={ev.pubkey} />
|
||||||
<FollowButton pubkey={ev.pubkey} />
|
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
})}
|
})}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user