File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
components/dashboard/src/components Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ export function BillingAccountSelector(props: { onSelected?: () => void }) {
62
62
< div >
63
63
< p > Bill all my usage to:</ p >
64
64
< div className = "mt-4 flex space-x-3" >
65
- < SelectableCardSolid
65
+ { /* <SelectableCardSolid
66
66
className="w-36 h-32"
67
67
title="(myself)"
68
68
selected={
@@ -72,7 +72,13 @@ export function BillingAccountSelector(props: { onSelected?: () => void }) {
72
72
onClick={() => setUsageAttributionTeam(undefined)}
73
73
>
74
74
<div className="flex-grow flex items-end p-1"></div>
75
- </ SelectableCardSolid >
75
+ </SelectableCardSolid> */ }
76
+ { teamsWithBillingEnabled . length === 0 && (
77
+ < span >
78
+ Please enable billing for one of your teams, or create a new team and enable billing for
79
+ it.
80
+ </ span >
81
+ ) }
76
82
{ teamsWithBillingEnabled . map ( ( t ) => (
77
83
< SelectableCardSolid
78
84
className = "w-36 h-32"
You can’t perform that action at this time.
0 commit comments