From abfadd2ca58663293e24f2b26e6bc1b8c3bc936e Mon Sep 17 00:00:00 2001
From: Guy McAuliffe <38873380+gmcauliffe@users.noreply.github.com>
Date: Tue, 7 Jan 2025 16:02:02 -0800
Subject: [PATCH 1/2] Remove bullets from Join list in Chrome
---
.../DashboardJoinList/DashboardJoinListPresentation.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/components/DashboardJoinList/DashboardJoinListPresentation.js b/src/components/DashboardJoinList/DashboardJoinListPresentation.js
index 8ea357b7..455e2fd1 100644
--- a/src/components/DashboardJoinList/DashboardJoinListPresentation.js
+++ b/src/components/DashboardJoinList/DashboardJoinListPresentation.js
@@ -14,7 +14,7 @@ function DashboardJoinListPresentation({ joinRequestsInfiniteQueryResponse }) {
id="EntriesListPresentation"
className="flex flex-col w-full bg-white rounded-lg"
>
-
+
{joinRequestsInfiniteQueryResponse?.data?.pages.map((page) => (
{page.results.map((request) => (
@@ -28,7 +28,7 @@ function DashboardJoinListPresentation({ joinRequestsInfiniteQueryResponse }) {
-
+
) : (
From 9b1a0a25d9beab0afd418afd0975b224aef01553 Mon Sep 17 00:00:00 2001
From: Guy McAuliffe <38873380+gmcauliffe@users.noreply.github.com>
Date: Tue, 7 Jan 2025 16:17:38 -0800
Subject: [PATCH 2/2] Remove extra scrollbar from AddMediaModalWrapper
---
src/components/AddMediaModalWrapper/AddMediaModalWrapper.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/components/AddMediaModalWrapper/AddMediaModalWrapper.js b/src/components/AddMediaModalWrapper/AddMediaModalWrapper.js
index 4f316b19..6d60baf3 100644
--- a/src/components/AddMediaModalWrapper/AddMediaModalWrapper.js
+++ b/src/components/AddMediaModalWrapper/AddMediaModalWrapper.js
@@ -62,7 +62,7 @@ function AddMediaModalWrapper({
>