fix empty className

pull/2277/head
Agusti Fernandez Pardo 2022-04-13 19:22:34 +02:00
parent 0eaac02fc2
commit 5370755267
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ const TwoFactorAuthSection = ({ twoFactorEnabled }: { twoFactorEnabled: boolean
return (
<>
<div className="flex flex-row justify-between truncate pt-9 pl-2">
<div className="">
<div>
<div className="flex flex-row items-center">
<h2 className="font-cal text-lg font-medium leading-6 text-gray-900">{t("2fa")}</h2>
<Badge className="ml-2 text-xs" variant={enabled ? "success" : "gray"}>