We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fb2747 commit f0ce2f7Copy full SHA for f0ce2f7
src/app/components/Action.tsx
@@ -90,7 +90,7 @@ const Action = (props: ActionProps): unknown => {
90
tabIndex={index}
91
>
92
<div className="action-component-text">
93
- {`${displayName}: ${componentName} `}
+ {`${displayName}: ${componentName !== 'nameless' ? componentName : ''} `}
94
</div>
95
<button
96
className="time-button"
0 commit comments