Skip to content

Commit fe79bc2

Browse files
committed
fix(sdk): adds explicit return type to getSocialIcon for simpler jsdoc parsing
1 parent ca1bff2 commit fe79bc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/thirdweb/src/react/core/utils/walletIcon.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export const socialIcons = {
6262
*
6363
* @walletUtils
6464
*/
65-
export function getSocialIcon(provider: AuthOption | ({} & string)) {
65+
export function getSocialIcon(provider: AuthOption | ({} & string)): string {
6666
switch (provider) {
6767
case "google":
6868
return googleIconUri;

0 commit comments

Comments
 (0)