Skip to content

Commit

Permalink
empty value
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeparticle committed Sep 9, 2023
1 parent 6cf0ec3 commit 4506dd4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const DisplayColor: React.FC<DisplayColorProps> = ({
return (
<div className={classes} style={containerStyle}>
<Title level={5} style={titleStyle}>
{customLabel}: {customValue}
{customLabel}: {color ? customValue : ""}
</Title>
<Clipboard text={value} clipboardComponent={ClipboardButton} />
</div>
Expand Down

0 comments on commit 4506dd4

Please sign in to comment.