jam411 hace 3 años
padre
commit
9faa5bad95
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      packages/app/src/pages/tags.page.tsx

+ 1 - 0
packages/app/src/pages/tags.page.tsx

@@ -164,6 +164,7 @@ export const getServerSideProps: GetServerSideProps = async(context: GetServerSi
   if (user != null) {
     props.currentUser = user.toObject();
   }
+
   await injectUserUISettings(context, props);
   injectServerConfigurations(context, props);
   await injectNextI18NextConfigurations(context, props, ['translation']);