Fix ESLint issues
This commit is contained in:
@ -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(
|
||||
|
Reference in New Issue
Block a user