mirror of
https://github.com/neynarxyz/create-farcaster-mini-app.git
synced 2025-12-06 09:22:32 -05:00
Correct formating imports
This commit is contained in:
@@ -31,7 +31,7 @@ export function renderError(error: unknown): ReactElement | null {
|
||||
// Special handling for user rejections in wallet operations
|
||||
if (error instanceof BaseError) {
|
||||
const isUserRejection = error.walk(
|
||||
e => e instanceof UserRejectedRequestError
|
||||
e => e instanceof UserRejectedRequestError,
|
||||
);
|
||||
|
||||
if (isUserRejection) {
|
||||
|
||||
Reference in New Issue
Block a user