Fix ESLint issues

This commit is contained in:
2025-05-15 19:42:38 +02:00
parent 0f6447155b
commit 7b6072c660
3 changed files with 9 additions and 9 deletions

View File

@ -23,7 +23,7 @@ export function InboxEntryWidget(p: { entry: InboxEntry }): React.ReactElement {
{/* Icon */}
{match(p.entry.amount)
.when(
(v) => v === undefined || v === null,
(v) => v === undefined,
() => <QuestionMarkIcon color="secondary" />
)
.when(