From a5a12a4310191fe0853e7c10fbd3f0d7017db2c9 Mon Sep 17 00:00:00 2001 From: syui Date: Fri, 18 Jul 2025 14:58:09 +0900 Subject: [PATCH] Fix didEnable reference error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Remove remaining didEnable condition and DID display functionality - Fixes ReferenceError: didEnable is not defined 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- src/components/pages/HomePage.tsx | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/src/components/pages/HomePage.tsx b/src/components/pages/HomePage.tsx index 01aa7d1..9e1afcc 100644 --- a/src/components/pages/HomePage.tsx +++ b/src/components/pages/HomePage.tsx @@ -62,34 +62,6 @@ export default function HomePage() { {user.username} - - {didEnable && user.did && ( -
- {user.did.includes('did:') ? ( - - ) : user.did.includes('http') ? ( - - ) : null} -
- )} ))}