fix: remove extra parentheses

Signed-off-by: lijianan <574980606@qq.com>
This commit is contained in:
lijianan 2023-11-24 23:06:58 +08:00 committed by GitHub
parent 3fbed04e4b
commit 03409af97f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ const useStyle = createStyles(() => ({
svg {
margin-inline-end: 8px;
}
}`,
`,
}));
const InstallDependencies: React.FC<InstallProps> = (props) => {