mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
fix: remove extra parentheses
Signed-off-by: lijianan <574980606@qq.com>
This commit is contained in:
parent
3fbed04e4b
commit
03409af97f
@ -21,7 +21,7 @@ const useStyle = createStyles(() => ({
|
||||
svg {
|
||||
margin-inline-end: 8px;
|
||||
}
|
||||
}`,
|
||||
`,
|
||||
}));
|
||||
|
||||
const InstallDependencies: React.FC<InstallProps> = (props) => {
|
||||
|
Loading…
Reference in New Issue
Block a user