mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-21 15:36:50 -05:00
only show schedule name in notes for upcoming transactions (#5580)
This commit is contained in:
@@ -1376,7 +1376,7 @@ const Transaction = memo(function Transaction({
|
||||
textAlign="flex"
|
||||
exposed={focusedField === 'notes'}
|
||||
focused={focusedField === 'notes'}
|
||||
value={notes ?? schedule?.name ?? ''}
|
||||
value={notes ?? (isPreview ? schedule?.name : null) ?? ''}
|
||||
valueStyle={valueStyle}
|
||||
formatter={value =>
|
||||
NotesTagFormatter({ notes: value, onNotesTagClick })
|
||||
|
||||
Reference in New Issue
Block a user