We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed30e67 commit 80bd496Copy full SHA for 80bd496
src/renderer/coremods/utc/index.tsx
@@ -39,9 +39,7 @@ function getClassName(input: string): string {
39
* @hidden
40
*/
41
42
-
43
export function _patchClassName(props: Record<string, string>, type: string): void {
44
45
if (!props.className || type === "html") return;
46
47
props.className = getClassName(props.className);
0 commit comments