Przeglądaj źródła

remove unused code

yohei0125 4 lat temu
rodzic
commit
f4de0c02ce

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

@@ -66,7 +66,7 @@ const SearchResultListItem: FC<Props> = (props:Props) => {
               <i className="icon-fw icon-home"></i>
               {pagePathElem}
             </h6>
-            <div className="d-flex align-items-center mb-2 position-relative">
+            <div className="d-flex align-items-center mb-2">
               {/* Picture */}
               <span className="user-picture mr-2">
                 <UserPicture user={pageData.lastUpdateUser} />