From d27f7d2397b8ea3e9c0610fb73cfb58feaf87647 Mon Sep 17 00:00:00 2001 From: "Tom (plebeius.eth)" Date: Sun, 22 Dec 2024 12:38:37 +0100 Subject: [PATCH] fix spacing --- src/views/subplebbit/subplebbit.tsx | 10 ++++++++-- yarn.lock | 16 ---------------- 2 files changed, 8 insertions(+), 18 deletions(-) diff --git a/src/views/subplebbit/subplebbit.tsx b/src/views/subplebbit/subplebbit.tsx index b79c4069..768eb613 100644 --- a/src/views/subplebbit/subplebbit.tsx +++ b/src/views/subplebbit/subplebbit.tsx @@ -137,7 +137,7 @@ const Subplebbit = () => { ); } else if (params.timeFilterName) { footerSecondLine = ( -
+
{ return (
- {footerFirstLine} + {footerFirstLine && ( + <> + {footerFirstLine} +
+
+ + )} {footerSecondLine}
); diff --git a/yarn.lock b/yarn.lock index aa36df4e..14e21663 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3382,22 +3382,6 @@ dependencies: debug "4.3.4" -"@plebbit/plebbit-react-hooks@https://github.com/plebbit/plebbit-react-hooks.git#be1a1f317db7c4096f0d1c79452e13452bf9df78": - version "0.0.1" - resolved "https://github.com/plebbit/plebbit-react-hooks.git#be1a1f317db7c4096f0d1c79452e13452bf9df78" - dependencies: - "@plebbit/plebbit-js" "https://github.com/plebbit/plebbit-js.git#cae33a888fc23248d2f226d9d14b67c80dee7f28" - "@plebbit/plebbit-logger" "https://github.com/plebbit/plebbit-logger.git" - assert "2.0.0" - ethers "5.6.9" - localforage "1.10.0" - lodash.isequal "4.5.0" - memoizee "0.4.15" - quick-lru "5.1.1" - uint8arrays "3.1.1" - uuid "8.3.2" - zustand "4.0.0" - "@plebbit/plebbit-react-hooks@https://github.com/plebbit/plebbit-react-hooks.git#e6890d342c18045228720ce5a7bed1a349099667": version "0.0.1" resolved "https://github.com/plebbit/plebbit-react-hooks.git#e6890d342c18045228720ce5a7bed1a349099667"