Skip to content

Commit be54189

Browse files
gregfromstljoaquim-verges
authored andcommitted
fix(sdk): adds explicit return type to getSocialIcon for simpler jsdoc parsing
1 parent 4f38e4f commit be54189

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
@@ -65,7 +65,7 @@ export const socialIcons = {
6565
*
6666
* @walletUtils
6767
*/
68-
export function getSocialIcon(provider: AuthOption | ({} & string)) {
68+
export function getSocialIcon(provider: AuthOption | ({} & string)): string {
6969
switch (provider) {
7070
case "google":
7171
return googleIconUri;

0 commit comments

Comments
 (0)