fix test ask-AI oauth profile

This commit is contained in:
2025-06-25 21:35:03 +09:00
parent 2c08a4acfb
commit be2bcae1d6
8 changed files with 252 additions and 67 deletions

View File

@@ -58,8 +58,6 @@ export default function ProfileRecordList({ profileRecords, apiConfig, user = nu
<span className="admin-badge"> Admin</span>
)}
</div>
<div className="handle">@{profile.value.author?.handle}</div>
<div className="timestamp">{new Date(profile.value.createdAt).toLocaleString()}</div>
</div>
{canDelete(profile) && (
<div className="record-actions">