Fix adv.comments issues #209

Merged
enes merged 7 commits from fixes/adv-comments-30-1-25 into staging 2025-01-30 13:43:13 +00:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit 9b9e97b40e - Show all commits

View File

@ -99,7 +99,7 @@ export const Comment = ({ comment }: CommentProps) => {
<div className='IBMSMSMBSSCL_CommentActions'> <div className='IBMSMSMBSSCL_CommentActions'>
<div className='IBMSMSMBSSCL_CommentActionsInside'> <div className='IBMSMSMBSSCL_CommentActionsInside'>
<Reactions {...comment.event.rawEvent()} /> <Reactions {...comment.event.rawEvent()} />
<div {/* <div
className='IBMSMSMBSSCL_CAElement IBMSMSMBSSCL_CAERepost' className='IBMSMSMBSSCL_CAElement IBMSMSMBSSCL_CAERepost'
style={{ cursor: 'not-allowed' }} style={{ cursor: 'not-allowed' }}
> >
@ -117,7 +117,7 @@ export const Comment = ({ comment }: CommentProps) => {
<div className='IBMSMSMBSSCL_CAElementLoadWrapper'> <div className='IBMSMSMBSSCL_CAElementLoadWrapper'>
<div className='IBMSMSMBSSCL_CAElementLoad'></div> <div className='IBMSMSMBSSCL_CAElementLoad'></div>
</div> </div>
</div> </div> */}
{typeof profile?.lud16 !== 'undefined' && profile.lud16 !== '' && ( {typeof profile?.lud16 !== 'undefined' && profile.lud16 !== '' && (
<Zap {...comment.event.rawEvent()} /> <Zap {...comment.event.rawEvent()} />
)} )}

View File

@ -185,7 +185,7 @@ export const CommentsPopup = () => {
<div className='IBMSMSMBSSCL_CommentActionsInside'> <div className='IBMSMSMBSSCL_CommentActionsInside'>
<Reactions {...event.rawEvent()} /> <Reactions {...event.rawEvent()} />
<div {/* <div
className='IBMSMSMBSSCL_CAElement IBMSMSMBSSCL_CAERepost' className='IBMSMSMBSSCL_CAElement IBMSMSMBSSCL_CAERepost'
style={{ cursor: 'not-allowed' }} style={{ cursor: 'not-allowed' }}
> >
@ -203,7 +203,7 @@ export const CommentsPopup = () => {
<div className='IBMSMSMBSSCL_CAElementLoadWrapper'> <div className='IBMSMSMBSSCL_CAElementLoadWrapper'>
<div className='IBMSMSMBSSCL_CAElementLoad'></div> <div className='IBMSMSMBSSCL_CAElementLoad'></div>
</div> </div>
</div> </div> */}
{typeof profile?.lud16 !== 'undefined' && {typeof profile?.lud16 !== 'undefined' &&
profile.lud16 !== '' && <Zap {...event.rawEvent()} />} profile.lud16 !== '' && <Zap {...event.rawEvent()} />}