diff --git a/.prettierrc b/.prettierrc index b43e32e..59b59ba 100644 --- a/.prettierrc +++ b/.prettierrc @@ -6,4 +6,4 @@ "printWidth": 100, "bracketSpacing": true, "arrowParens": "avoid" -} \ No newline at end of file +} diff --git a/src/components/ZapThreadsWrapper.js b/src/components/ZapThreadsWrapper.js index 4e4f1ad..1b129b7 100644 --- a/src/components/ZapThreadsWrapper.js +++ b/src/components/ZapThreadsWrapper.js @@ -1,13 +1,6 @@ -import React, { useEffect, useRef } from "react"; +import React, { useEffect, useRef } from 'react'; -const ZapThreadsWrapper = ({ - anchor, - user, - relays, - disable, - className, - isAuthorized, -}) => { +const ZapThreadsWrapper = ({ anchor, user, relays, disable, className, isAuthorized }) => { // Create a ref to store the reference to the
element const zapRef = useRef(null); @@ -18,37 +11,37 @@ const ZapThreadsWrapper = ({ } // Create a new