diff --git a/types/Party.d.ts b/types/Party.d.ts index 94db577d..11c2158a 100644 --- a/types/Party.d.ts +++ b/types/Party.d.ts @@ -4,6 +4,7 @@ interface Party { raid: Raid shortcode: string extra: boolean + favorited: boolean characters: Array weapons: Array summons: Array diff --git a/utils/appState.tsx b/utils/appState.tsx index e8059c4a..81d6db31 100644 --- a/utils/appState.tsx +++ b/utils/appState.tsx @@ -11,7 +11,9 @@ interface AppState { description: string | undefined, raid: Raid | undefined, element: number, - extra: boolean + extra: boolean, + user: User | undefined, + favorited: boolean }, grid: { weapons: { @@ -40,7 +42,9 @@ export const initialAppState: AppState = { description: undefined, raid: undefined, element: 0, - extra: false + extra: false, + user: undefined, + favorited: false }, grid: { weapons: {