style: just format it

This commit is contained in:
SevicheCC 2023-06-05 20:23:17 +08:00
parent ea8b50ee46
commit 1990cdb898
Signed by: SevicheCC
GPG key ID: C577000000000000

View file

@ -32,7 +32,9 @@ const ScopeItem: React.FC<ScopeCheckboxProps> = ({ scope, method, field }) => {
<label
htmlFor={scope}
className={`text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70 ${
isCovered ? "hover:cursor-not-allowed opacity-70" : "hover:cursor-pointer"
isCovered
? "opacity-70 hover:cursor-not-allowed"
: "hover:cursor-pointer"
}`}
>
{method == "admin" && (