Skip to content

Commit f0ce2f7

Browse files
committed
handle nameless
1 parent 5fb2747 commit f0ce2f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/Action.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ const Action = (props: ActionProps): unknown => {
9090
tabIndex={index}
9191
>
9292
<div className="action-component-text">
93-
{`${displayName}: ${componentName} `}
93+
{`${displayName}: ${componentName !== 'nameless' ? componentName : ''} `}
9494
</div>
9595
<button
9696
className="time-button"

0 commit comments

Comments
 (0)