Skip to content

Commit

Permalink
[TM-1456] filter to bin text
Browse files Browse the repository at this point in the history
  • Loading branch information
LimberHope committed Nov 21, 2024
1 parent 8ee04d6 commit c0ab704
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const FileCardContent = ({
className={classNames(errorMessage && "text-error first-letter:capitalize", variant.subTitleClassName)}
title={errorMessage || subtitle}
>
{errorMessage || subtitle}
{errorMessage?.replace(/,?\s*bin\b/g, "") || subtitle}
</Text>
</When>
<When condition={showPrivateCheckbox}>
Expand Down

0 comments on commit c0ab704

Please sign in to comment.