build(dev-deps): bump prettier to v3.5.3 and follow-up refactor (#32688)

Signed-off-by: hainenber <dotronghai96@gmail.com>
This commit is contained in:
Đỗ Trọng Hải
2025-03-18 00:24:24 +07:00
committed by GitHub
parent 9c62456487
commit 890b6079b9
5 changed files with 15 additions and 13 deletions

View File

@@ -156,7 +156,8 @@ const SqlEditorTabHeader: FC<Props> = ({ queryEditor }) => {
</Menu>
}
/>
<TabTitle>{qe.name}</TabTitle> <TabStatusIcon tabState={queryState} />{' '}
<TabTitle>{qe.name}</TabTitle>{' '}
<TabStatusIcon tabState={queryState} />{' '}
</TabTitleWrapper>
);
};