We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7566236 commit 39fa84aCopy full SHA for 39fa84a
blocks/identity-block/components/social-sign-on/index.test.jsx
@@ -93,7 +93,7 @@ describe("Identity Social Login Component", () => {
93
94
render(
95
<GoogleSignInProvider>
96
- <SocialSignOn onError={() => null} redirectURL="#" customButtons={true} />
+ <SocialSignOn onError={() => null} redirectURL="#" customButtons />
97
</GoogleSignInProvider>,
98
);
99
@@ -141,7 +141,7 @@ describe("Identity Social Login Component", () => {
141
142
143
144
145
146
147
0 commit comments