fix typo
This commit is contained in:
parent
115148cea6
commit
f1d2d0243b
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue