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"