From: Jay Sitter Date: Sun, 2 Jul 2023 17:43:28 +0000 (-0400) Subject: fix: Simplify row classes a bit X-Git-Url: http://these/git/%24%7Bsubmission.url%7D?a=commitdiff_plain;h=93d0bc44ea8e6b13cda4a3ae0773606e2305cd99;p=lemmy-ui.git fix: Simplify row classes a bit --- 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} />
-
+