mirror of
https://github.com/kbenestad/reimburse.git
synced 2026-06-18 08:04:31 +00:00
Remove 'Claimant' card title
https://claude.ai/code/session_01JyuActqTJG5tuRQNLmT7fZ
This commit is contained in:
parent
1bb8eed0e6
commit
9cf8bfeb89
1 changed files with 1 additions and 1 deletions
|
|
@ -825,7 +825,7 @@ function render() {
|
|||
});
|
||||
|
||||
const claimCard = el('div', {className:'kb-card'});
|
||||
claimCard.appendChild(el('h2', {className:'kb-card__title'}, 'Claimant'));
|
||||
|
||||
const claimGrid = el('div', {className:'kb-grid claim-grid', style:{gridTemplateColumns:'2fr 0.85fr 0.85fr 0.5fr', alignItems:'end'}});
|
||||
claimGrid.appendChild(kbField('Staff', staffInput));
|
||||
claimGrid.appendChild(kbField('Period from', fromInput));
|
||||
|
|
|
|||
Loading…
Reference in a new issue