Explorar o código

81100 fix blank line

SULLEY\ryo-h %!s(int64=4) %!d(string=hai) anos
pai
achega
2b2d44bf0e

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

@@ -26,8 +26,8 @@ type Props = {
 
 
 const SearchResultList: FC<Props> = (props:Props) => {
 const SearchResultList: FC<Props> = (props:Props) => {
   const { focusedPage, selectedPages } = props;
   const { focusedPage, selectedPages } = props;
-
   const focusedPageId = focusedPage != null && focusedPage._id != null ? focusedPage._id : '';
   const focusedPageId = focusedPage != null && focusedPage._id != null ? focusedPage._id : '';
+
   return (
   return (
     <>
     <>
       {props.pages.map((page) => {
       {props.pages.map((page) => {

+ 1 - 0
packages/app/src/components/SearchPage/SearchResultListItem.tsx

@@ -111,6 +111,7 @@ const SearchResultListItem: FC<Props> = (props:Props) => {
               type="checkbox"
               type="checkbox"
               id="flexCheckDefault"
               id="flexCheckDefault"
               onClick={onClickCheckbox}
               onClick={onClickCheckbox}
+              checked={isChecked}
             />
             />
           </div>
           </div>
           <div className="w-100">
           <div className="w-100">