Creditsupdates in fotoer wdigets adn hoemapge and singe site settigns page #Run MIgration 0033 #MAJOR
This commit is contained in:
@@ -370,11 +370,12 @@ export default function Home() {
|
||||
onAddSite={canAddMoreSites ? handleAddSiteClick : undefined}
|
||||
maxSites={maxSites}
|
||||
/>
|
||||
<CreditsUsageWidget
|
||||
<CreditsUsageWidget
|
||||
balance={balance}
|
||||
aiOperations={{
|
||||
total: aiOperations.totals.count,
|
||||
period: aiOperations.period === '7d' ? 'Last 7 days' : aiOperations.period === '30d' ? 'Last 30 days' : 'Last 90 days',
|
||||
siteName: siteFilter !== 'all' ? sites.find(s => s.id === siteFilter)?.name : undefined,
|
||||
}}
|
||||
loading={loading}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user