mirror of
https://github.com/neynarxyz/create-farcaster-mini-app.git
synced 2025-11-16 08:08:56 -05:00
Remove unnecessary comment
This commit is contained in:
parent
1fe4d30134
commit
02146b4ff5
@ -473,13 +473,6 @@ export function NeynarAuthButton() {
|
||||
<span>Initializing...</span>
|
||||
</>
|
||||
) : (
|
||||
/* The above code is a conditional rendering block in a TypeScript React component. It checks
|
||||
if the environment variable `NODE_ENV` is set to "development", and if so, it renders a
|
||||
debug info section displaying various boolean values related to the application state.
|
||||
This debug info includes values such as `authenticated`, `isSuccess`, `validSignature`,
|
||||
`hasData`, `isPolling`, `isError`, `hasStoredAuth`, `hasUrl`, and `hasChannelToken`. These
|
||||
values are displayed in a formatted JSON string within a `<pre>` element for easy
|
||||
readability during development. */
|
||||
<>
|
||||
<span>Sign in with Neynar</span>
|
||||
</>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user