Skip to content

Commit 39fa84a

Browse files
committed
fixing linting
1 parent 7566236 commit 39fa84a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blocks/identity-block/components/social-sign-on/index.test.jsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ describe("Identity Social Login Component", () => {
9393

9494
render(
9595
<GoogleSignInProvider>
96-
<SocialSignOn onError={() => null} redirectURL="#" customButtons={true} />
96+
<SocialSignOn onError={() => null} redirectURL="#" customButtons />
9797
</GoogleSignInProvider>,
9898
);
9999

@@ -141,7 +141,7 @@ describe("Identity Social Login Component", () => {
141141

142142
render(
143143
<GoogleSignInProvider>
144-
<SocialSignOn onError={() => null} redirectURL="#" customButtons={true} />
144+
<SocialSignOn onError={() => null} redirectURL="#" customButtons />
145145
</GoogleSignInProvider>,
146146
);
147147

0 commit comments

Comments
 (0)