This commit is contained in:
@@ -217,7 +217,6 @@ const WalletsPage: React.FC = () => {
|
|||||||
render: (_: unknown, row: WalletRow) => (
|
render: (_: unknown, row: WalletRow) => (
|
||||||
<>
|
<>
|
||||||
<strong>{row.studentName}</strong>
|
<strong>{row.studentName}</strong>
|
||||||
<div style={{ color: '#999' }}>{row.studentNo || `#${row.studentId}`}</div>
|
|
||||||
<div style={{ color: '#999' }}>
|
<div style={{ color: '#999' }}>
|
||||||
{row.roomType ? `${row.roomType}${row.roomNumber ? ` · ${row.roomNumber}` : ''}` : '未入住'}
|
{row.roomType ? `${row.roomType}${row.roomNumber ? ` · ${row.roomNumber}` : ''}` : '未入住'}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user