From ae6df04113ee83662a2ba1fc400187980f058de9 Mon Sep 17 00:00:00 2001 From: andregardi <33497086+andregardi@users.noreply.github.com> Date: Thu, 17 Oct 2024 18:16:14 -0300 Subject: [PATCH] Wrap list items on ul element on /plugins page. (#95295) --- client/my-sites/plugins/plugins-browser-list/index.jsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/my-sites/plugins/plugins-browser-list/index.jsx b/client/my-sites/plugins/plugins-browser-list/index.jsx index bbc3361711829f..e5f0ef45fed02e 100644 --- a/client/my-sites/plugins/plugins-browser-list/index.jsx +++ b/client/my-sites/plugins/plugins-browser-list/index.jsx @@ -146,7 +146,9 @@ const PluginsBrowserList = ( { messagePath={ `calypso:${ sectionJitmPath }:spotlight` } /> ) } - { renderViews() } + + { renderViews() } + ); };