- {isPending && Loading Election...
}
- {!authSession.isLoggedIn() && Must be logged in to create elections
}
- {authSession.isLoggedIn() && data && data.election &&
-
- }
- {postIsPending && Submitting...
}
- {postError && {postError}
}
-
- )
-}
-
-export default DuplicateElection