فهرست منبع

updata function name

jam411 3 سال پیش
والد
کامیت
68e585beaf
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/app/src/components/PageContentFooter.tsx

+ 1 - 1
packages/app/src/components/PageContentFooter.tsx

@@ -38,7 +38,7 @@ export const PageContentFooter = (props: PageContentFooterProps): JSX.Element =>
   );
   );
 };
 };
 
 
-export const PageContentFooterWrapper = (): JSX.Element => {
+export const CurrentPageContentFooter = (): JSX.Element => {
   const { data: currentPage } = useSWRxCurrentPage();
   const { data: currentPage } = useSWRxCurrentPage();
 
 
   if (currentPage == null) {
   if (currentPage == null) {