mirror of
https://github.com/apache/superset.git
synced 2026-09-07 07:44:37 +00:00
feat(build): migrate from Prettier to Oxfmt for performant code formatting (#42434)
This commit is contained in:
@@ -370,9 +370,9 @@ const TreeNodeRenderer: React.FC<TreeNodeRendererProps> = ({
|
||||
<Icons.SortAscendingOutlined
|
||||
iconSize="m"
|
||||
css={css`
|
||||
color: ${
|
||||
sortedTables[data.id] ? theme.colorPrimary : 'inherit'
|
||||
};
|
||||
color: ${sortedTables[data.id]
|
||||
? theme.colorPrimary
|
||||
: 'inherit'};
|
||||
`}
|
||||
/>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user