minor fixes

This commit is contained in:
2026-01-11 10:51:28 -06:00
parent 41e9ae33dc
commit 51de91f8d4
16 changed files with 558 additions and 1440 deletions

View File

@@ -122,7 +122,7 @@ const TracksForm = () => {
</>
)
})}
{logbookContext.state.formMode === FormMode.ADD &&
{logbookContext.state.formMode === FormMode.EDIT &&
<div className='col-span-12'>
<label
className='btn cursor-pointer w-full'