Skip to content

Commit 87a62c8

Browse files
HenryHengZJmmattu-wd
authored andcommitted
lint fix
1 parent 197fc25 commit 87a62c8

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/components/treeview/TracesDialog.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,7 @@ export const TracesDialog = (props: TracesDialogProps) => {
185185
const nodeLabel = <span>{node.label}</span>;
186186

187187
const nodeIcon = foundIcon ? (
188-
<div style={{ display: 'flex', 'align-items': 'center' }}>
189-
{foundIcon.icon({ size: 18, color: foundIcon.color })}
190-
</div>
188+
<div style={{ display: 'flex', 'align-items': 'center' }}>{foundIcon.icon({ size: 18, color: foundIcon.color })}</div>
191189
) : (
192190
<span />
193191
);

0 commit comments

Comments
 (0)