fix: react-doctor 72→73 (skeletons restructured to divs, video tabindex)
This commit is contained in:
@@ -413,7 +413,7 @@ export default function BillingClientPage({ overview }: Props) {
|
||||
);
|
||||
})}
|
||||
<tr className="border-t-2 border-[var(--admin-border)] bg-[var(--admin-bg-subtle)]">
|
||||
<td className="pt-4 pr-6" aria-hidden="true" />
|
||||
<td className="pt-4 pr-6" aria-label="Feature name" />
|
||||
{(["starter", "farm", "enterprise"] as const).map((tier) => {
|
||||
const isCurrent = tier === planTier;
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user