mirror of
https://github.com/neynarxyz/create-farcaster-mini-app.git
synced 2025-12-06 17:32:31 -05:00
fix: share component
This commit is contained in:
@@ -6,7 +6,10 @@ import sdk from "@farcaster/frame-sdk";
|
||||
import { useMiniApp } from "@neynar/react";
|
||||
|
||||
type HeaderProps = {
|
||||
neynarUser: any;
|
||||
neynarUser?: {
|
||||
fid: number;
|
||||
score: number;
|
||||
} | null;
|
||||
};
|
||||
|
||||
export function Header({ neynarUser }: HeaderProps) {
|
||||
|
||||
Reference in New Issue
Block a user