@@ -23,7 +23,7 @@ const SubnavButtons = (props) => {
<>
{pageContainer.isAbleToShowLikeButtons && (
<span>
- {/* <LikeButtons onClick={} pageId={} sumOfLikers={} isLiked={}/> */}
+ {/* <LikeButtons onClickInvoked={} pageId={} sumOfLikers={} isLiked={}/> */}
</span>
)}
@@ -17,7 +17,7 @@ const PageReactionButtons = () => {
return (
- {/* <LikeButtons onClick={} pageId={} sumOfLikers={} isLiked={}></LikeButtons> */}
+ {/* <LikeButtons onClickInvoked={} pageId={} sumOfLikers={} isLiked={}></LikeButtons> */}
<BookmarkButton></BookmarkButton>