This commit is contained in:
Sean Yesmunt 2019-10-15 00:26:40 -04:00
parent 115148cea6
commit f1d2d0243b

View file

@ -190,7 +190,7 @@ const ClaimPreview = forwardRef<any, {}>((props: Props, ref: any) => {
</div>
{!pending && (
<React.Fragment>
{!hideActions && actions !== undefined ? (
{hideActions ? null : actions !== undefined ? (
actions
) : (
<div className="card__actions--inline">