From 5c135c9974ebfcbdb434dafd459d1035624df6ed Mon Sep 17 00:00:00 2001 From: TheCatLady <52870424+TheCatLady@users.noreply.github.com> Date: Tue, 30 Mar 2021 03:51:33 -0400 Subject: [PATCH] fix(ui): use correct colspan for 'No results.' message in Settings > Logs (#1325) * fix(ui): use correct colspan for 'No results.' message in Settings > Logs * fix(ui): also fix colspan of pagination row --- src/components/Settings/SettingsLogs/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Settings/SettingsLogs/index.tsx b/src/components/Settings/SettingsLogs/index.tsx index b7eda056..fe1845c2 100644 --- a/src/components/Settings/SettingsLogs/index.tsx +++ b/src/components/Settings/SettingsLogs/index.tsx @@ -397,7 +397,7 @@ const SettingsLogs: React.FC = () => { {data.results.length === 0 && ( - +
{intl.formatMessage(globalMessages.noresults)} @@ -418,7 +418,7 @@ const SettingsLogs: React.FC = () => { )} - +