add test mode to checkout
This commit is contained in:
@@ -42,11 +42,11 @@ export const columns: ColumnDef<Org>[] = [
|
||||
|
||||
return (
|
||||
<div className="flex gap-2.5 items-center">
|
||||
<div className="relative">
|
||||
<div className="relative hidden lg:block">
|
||||
{subscription_covered ? (
|
||||
<BadgeCheckIcon className="fill-blue-500 stroke-white absolute size-4 dark:size-3.5 -top-0 -right-0 z-2" />
|
||||
) : null}
|
||||
<Avatar className="size-10 hidden lg:block">
|
||||
<Avatar className="size-10">
|
||||
<AvatarFallback className="border">
|
||||
{initials(name)}
|
||||
</AvatarFallback>
|
||||
|
||||
Reference in New Issue
Block a user