diff --git a/ui/component/claimPreview/view.jsx b/ui/component/claimPreview/view.jsx index a6c0d44d7..fc8b25708 100644 --- a/ui/component/claimPreview/view.jsx +++ b/ui/component/claimPreview/view.jsx @@ -191,12 +191,13 @@ const ClaimPreview = forwardRef((props: Props, ref: any) => { 'claim-preview--pending': pending, })} > - {isChannel ? ( - - - - ) : () - } + {isChannel && claim ? ( + + + + ) : ( + + )}
diff --git a/ui/scss/component/_claim-list.scss b/ui/scss/component/_claim-list.scss index 98a2d275a..f71936c6f 100644 --- a/ui/scss/component/_claim-list.scss +++ b/ui/scss/component/_claim-list.scss @@ -72,7 +72,7 @@ .claim-preview--large { border: none; padding: 0; - margin: var(--spacing-medium); + padding: var(--spacing-medium); &:hover { background-color: transparent;