Yuki Takei 3 anni fa
parent
commit
f17e7c3801

+ 1 - 0
packages/plugin-lsx/src/components/LsxPageList/LsxPage.tsx

@@ -93,3 +93,4 @@ export const LsxPage = React.memo((props: Props): JSX.Element => {
   );
   );
 
 
 });
 });
+LsxPage.displayName = 'LsxPage';