Explorar o código

fix waypoint bug

Yuki Takei %!s(int64=3) %!d(string=hai) anos
pai
achega
c59b09f12e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/app/src/components/Page/RevisionLoader.tsx

+ 1 - 1
packages/app/src/components/Page/RevisionLoader.tsx

@@ -85,7 +85,7 @@ export const RevisionLoader = (props: RevisionLoaderProps): JSX.Element => {
   if (lazy && !isLoaded) {
     return (
       <Waypoint onPositionChange={onWaypointChange} bottomOffset="-100px">
-        <></>
+        <div></div>
       </Waypoint>
     );
   }