Remove free responses for now as not implemented in the db

This commit is contained in:
MartinBraquet
2025-09-12 02:03:30 +02:00
parent d691129842
commit 9ae5f27c04

View File

@@ -22,11 +22,11 @@ export function LoverAnswers(props: {
fromSignup={fromSignup}
fromLoverPage={fromLoverPage}
/>
<FreeResponseDisplay
isCurrentUser={isCurrentUser}
user={user}
fromLoverPage={fromLoverPage}
/>
{/*<FreeResponseDisplay*/}
{/* isCurrentUser={isCurrentUser}*/}
{/* user={user}*/}
{/* fromLoverPage={fromLoverPage}*/}
{/*/>*/}
</Col>
)
}