mirror of https://github.com/jetkvm/kvm.git
fixed formatting
This commit is contained in:
parent
0365dc57b8
commit
0ba56631b2
|
@ -36,7 +36,7 @@ export function SettingsItem({
|
||||||
description,
|
description,
|
||||||
children,
|
children,
|
||||||
className,
|
className,
|
||||||
}: {
|
}: {
|
||||||
title: string;
|
title: string;
|
||||||
description: string | React.ReactNode;
|
description: string | React.ReactNode;
|
||||||
children?: React.ReactNode;
|
children?: React.ReactNode;
|
||||||
|
|
Loading…
Reference in New Issue