Răsfoiți Sursa

rm futile code

yohei0125 3 ani în urmă
părinte
comite
edb41f3c82

+ 1 - 1
packages/app/src/components/PageAlert/PageStaleAlert.tsx

@@ -18,7 +18,7 @@ export const PageStaleAlert = ():JSX.Element => {
   }
 
   let alertClass;
-  switch (pageInfo.contentAge) {
+  switch (contentAge) {
     case 1:
       alertClass = "alert-info";
       break;