kyd-shared-badge 0.3.76 → 0.3.77

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kyd-shared-badge",
3
- "version": "0.3.76",
3
+ "version": "0.3.77",
4
4
  "private": false,
5
5
  "main": "./src/index.ts",
6
6
  "module": "./src/index.ts",
@@ -359,7 +359,7 @@ export function ConnectAccounts(props: ConnectAccountsProps) {
359
359
  )}
360
360
  <span className="sm:text-base text-sm">Connect</span>
361
361
  </Button>
362
- {needsReconnect && (
362
+ {needsReconnect && !isRequired && (
363
363
  <Button
364
364
  onClick={() => onDisconnect(providerId)}
365
365
  className="inline-flex items-center justify-center gap-1.5 px-4 py-2 text-sm rounded border"