Shun Miyazawa 6 months ago
parent
commit
7ea5ef6173
1 changed files with 2 additions and 2 deletions
  1. 2 2
      apps/app/src/pages/invited/index.page.tsx

+ 2 - 2
apps/app/src/pages/invited/index.page.tsx

@@ -62,8 +62,8 @@ const getServerSideConfigurationProps: GetServerSideProps<
 
   return {
     props: {
-      invitedFormUsername: invitedForm?.username ?? '',
-      invitedFormName: invitedForm?.name ?? '',
+      invitedFormUsername: invitedForm?.username,
+      invitedFormName: invitedForm?.name,
     },
   };
 };