From 93d0bc44ea8e6b13cda4a3ae0773606e2305cd99 Mon Sep 17 00:00:00 2001 From: Jay Sitter Date: Sun, 2 Jul 2023 13:43:28 -0400 Subject: [PATCH] fix: Simplify row classes a bit --- src/shared/components/person/inbox.tsx | 8 ++++---- src/shared/components/search.tsx | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/shared/components/person/inbox.tsx b/src/shared/components/person/inbox.tsx index 6500e96..294ba55 100644 --- a/src/shared/components/person/inbox.tsx +++ b/src/shared/components/person/inbox.tsx @@ -382,10 +382,10 @@ export class Inbox extends Component { selects() { return ( -
-
{this.unreadOrAllRadios()}
-
{this.messageTypeRadios()}
-
+
+
{this.unreadOrAllRadios()}
+
{this.messageTypeRadios()}
+
{ return ( <> -
-
+
+
-
+
{ onChange={this.handleListingTypeChange} />
-
+