From f8b43e1f7ed792968740b5c77de140538ab97dbb Mon Sep 17 00:00:00 2001 From: Pranith Kanchan <121748427+Pranith-Kanchan@users.noreply.github.com> Date: Mon, 5 Feb 2024 17:40:19 +0530 Subject: link in Moderation screen cannot be tapped #2745 link in Moderation screen cannot be tapped #2745 --- src/view/screens/Moderation.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/view/screens/Moderation.tsx b/src/view/screens/Moderation.tsx index 96bb46cef..98e447c6f 100644 --- a/src/view/screens/Moderation.tsx +++ b/src/view/screens/Moderation.tsx @@ -220,6 +220,7 @@ function PwiOptOut() { paddingLeft: 66, paddingRight: 12, paddingBottom: 10, + marginBottom: 64 }}> -- cgit 1.4.1 From 1a38673ac1d6fdcab2a579cba872cacdd5062cbd Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Tue, 6 Feb 2024 17:55:06 -0800 Subject: Fix lint --- src/view/screens/Moderation.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/view/screens/Moderation.tsx b/src/view/screens/Moderation.tsx index 98e447c6f..8f1fe75b6 100644 --- a/src/view/screens/Moderation.tsx +++ b/src/view/screens/Moderation.tsx @@ -220,7 +220,7 @@ function PwiOptOut() { paddingLeft: 66, paddingRight: 12, paddingBottom: 10, - marginBottom: 64 + marginBottom: 64, }}> -- cgit 1.4.1