Mao 4 سال پیش
والد
کامیت
aae6aa47ca

+ 1 - 1
packages/app/src/components/Navbar/SubNavButtons.jsx

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

+ 1 - 1
packages/app/src/components/SearchPage/SearchResultSubNavButton.tsx

@@ -17,7 +17,7 @@ const PageReactionButtons = () => {
   return (
     <>
       <span>
-        {/* <LikeButtons onClick={} pageId={} sumOfLikers={} isLiked={}></LikeButtons> */}
+        {/* <LikeButtons onClickInvoked={} pageId={} sumOfLikers={} isLiked={}></LikeButtons> */}
       </span>
       <span>
         <BookmarkButton></BookmarkButton>