Skip to content

Commit

Permalink
fix prettier issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianscatularo committed Mar 12, 2024
1 parent 995b781 commit 4daf9ab
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions apps/connect/src/components/ConnectLoader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@ const SpinnerContainer = styled(Box)(() => ({
justifyContent: "center",
}));

const { VITE_APP_JS_WC_INTEGRITY_SHA_384, VITE_APP_CSS_WC_INTEGRITY_SHA_384, VITE_APP_WC_ASSETS_HASH } =
import.meta.env;
const {
VITE_APP_JS_WC_INTEGRITY_SHA_384,
VITE_APP_CSS_WC_INTEGRITY_SHA_384,
VITE_APP_WC_ASSETS_HASH,
} = import.meta.env;

export default function ConnectLoader({ config }: WormholeLoaderProps) {
const [loading, setLoading] = useState(true);
Expand Down

0 comments on commit 4daf9ab

Please sign in to comment.