WinslowFan Claude Opus 4.8 commited on
Commit
9466566
·
1 Parent(s): 91462cf

Alternative observations: drop '(Matched)' hint from PDB ID header

Browse files
frontend/src/components/datasets/protein/DataTable.tsx CHANGED
@@ -82,7 +82,7 @@ export const DataTable: React.FC<DataTableProps> = ({ data, loading, total, filt
82
  <thead>
83
  <tr>
84
  <th onClick={() => handleSort('pdb_id_b')}>
85
- PDB ID <span className="table-hint">(Matched)</span> {getSortIcon('pdb_id_b')}
86
  </th>
87
  <th onClick={() => handleSort('auth_asym_id_b')}>
88
  Chain ID {getSortIcon('auth_asym_id_b')}
 
82
  <thead>
83
  <tr>
84
  <th onClick={() => handleSort('pdb_id_b')}>
85
+ PDB ID {getSortIcon('pdb_id_b')}
86
  </th>
87
  <th onClick={() => handleSort('auth_asym_id_b')}>
88
  Chain ID {getSortIcon('auth_asym_id_b')}