Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vraja-pro committed Jan 10, 2025
1 parent f4b4f44 commit 47076c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ export const GoogleSiteKitIntegration = ( { isActive, afterSetup, isInstalled, i
className: "yst-mt-6 yst-w-full",
id: "google-site-kit-button",
...getButtonProps( isInstalled, isActive, afterSetup, isConnected ),
} }
} }
>
<SuccessfullyConnected isActive={ isActive } afterSetup={ afterSetup } isConnected={ isConnected } />
<NotConnected isConnected={ isConnected } afterSetup={ afterSetup } isActive={ isActive } />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import React from "react";
import { render, screen } from "../test-utils";
import { GoogleSiteKitIntegration } from "../../src/integrations-page/google-site-kit-integration";

Expand Down

0 comments on commit 47076c2

Please sign in to comment.