- {title}
- Released on {date}
+
+
- {content}
-
+ {content}
);
}
diff --git a/src/features/navbar/options/AppsOptions.jsx b/src/features/navbar/options/AppsOptions.jsx
index 67814a0f..f5b1352e 100644
--- a/src/features/navbar/options/AppsOptions.jsx
+++ b/src/features/navbar/options/AppsOptions.jsx
@@ -110,9 +110,7 @@ function AppsOptions({ appsEnabled }) {
-
-
-
+
+
- {title}
+Published on {date}
- {appsModalInfo.items.map((item, i) => (
- startEditLink(item)}
- deleteLink={(key, e) => deleteLink(key, e)}
- />
- ))}
-
+ {appsModalInfo.items.length > 0 && (
+
+ {appsModalInfo.items.map((item, i) => (
+ startEditLink(item)}
+ deleteLink={(key, e) => deleteLink(key, e)}
+ />
+ ))}
+
+ )}
{buttons.map((button, index) => (
@@ -123,9 +121,7 @@ function NavbarOptions() {
-
-
-
-
+
+
+
+
+
+
>
);
}
diff --git a/src/features/quote/options/QuoteOptions.jsx b/src/features/quote/options/QuoteOptions.jsx
index a720d2e2..46ff16fa 100644
--- a/src/features/quote/options/QuoteOptions.jsx
+++ b/src/features/quote/options/QuoteOptions.jsx
@@ -110,9 +110,7 @@ const QuoteOptions = () => {
{subSection === 'source' ? (
) : (
@@ -138,13 +136,17 @@ const QuoteOptions = () => {
)}
{subSection !== 'source' && (
-
+ <>
+
+
+
+
}
@@ -153,9 +155,7 @@ const QuoteOptions = () => {
>
-
-
-
+ >
)}
{quoteType === 'custom' && subSection === 'source' && }