diff --git a/ui/component/claimListDiscover/view.jsx b/ui/component/claimListDiscover/view.jsx index bb6ff1c2a..c9a3ad099 100644 --- a/ui/component/claimListDiscover/view.jsx +++ b/ui/component/claimListDiscover/view.jsx @@ -508,10 +508,10 @@ function ClaimListDiscover(props: Props) { ) : (
{showHeader && ( -
- {headerToUse} - {meta &&
{meta}
} -
+
+ {headerToUse} + {meta &&
{meta}
} +
)} - {loading && new Array(dynamicPageSize).fill(1).map((x, i) => )} + {loading && + new Array(dynamicPageSize) + .fill(1) + .map((x, i) => )}
)} diff --git a/ui/component/common/card.jsx b/ui/component/common/card.jsx index c87122339..2e8e191a8 100644 --- a/ui/component/common/card.jsx +++ b/ui/component/common/card.jsx @@ -76,7 +76,15 @@ export default function Card(props: Props) {
- {titleActions &&
{titleActions}
} + {titleActions && ( +
+ {titleActions} +
+ )} {expandable && (
+ +
+ ) } body={
- {allRelated && ( + {viewMode === VIEW_ALL_RELATED && ( )} - {moreFrom && ( + {viewMode === VIEW_MORE_FROM && signingChannel && (