Skip to content
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.

Commit

Permalink
yet another lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Jun 10, 2024
1 parent 499ea98 commit 191acb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/settings/socialMediaAccounts.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const SocialMediaAccounts = () => {
setFbLogin( res === 'token not found!' ? false : true );
if ( Array.isArray( res ) ) {
setLoginInfo( res[ 0 ] );
} else {
} else {
setLoginInfo( res );
}
} );
Expand Down

0 comments on commit 191acb4

Please sign in to comment.