We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7062859 commit db3affeCopy full SHA for db3affe
frontend/src/context/DataContext.tsx
@@ -12,7 +12,7 @@ interface DataContextType {
12
contentTiers: ContentTier[];
13
ownedLevelIDs: string[];
14
ownedChromaIDs: string[];
15
- ownedBuddyIDs: string[];
+ ownedBuddyIDs: OwnedBuddy[];
16
loading: boolean;
17
isClientHealthy: boolean;
18
}
0 commit comments