Explorar o código

rm empty lines

yohei0125 %!s(int64=3) %!d(string=hai) anos
pai
achega
12a25faf2a
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      packages/app/src/components/PageAlert/PageStaleAlert.tsx

+ 0 - 2
packages/app/src/components/PageAlert/PageStaleAlert.tsx

@@ -1,9 +1,7 @@
-
 import { useIsEnabledStaleNotification } from '../../stores/context'
 import { useSWRxCurrentPage, useSWRxPageInfo } from '../../stores/page'
 import { useTranslation } from 'react-i18next';
 
-
 export const PageStaleAlert = ():JSX.Element => {
   const { t } = useTranslation()
   const { data: isEnabledStaleNotification } = useIsEnabledStaleNotification();