Untitled
Anonymous
plain_text
04/26/2024 1:30 PM
356 B
17
Indexable
return isLoading ? (
<LoadingScreen />
) : isPaidUser ? (
check && emailList.length > 0 ? (
<form onSubmit={handleSubmit(onSubmit)}>
<SurveyComponent />
</form>
) : (
<EmptyComponent />
)
) : (
<NoSubscription />
)Editor is loading...
Leave a Comment