Skip to content

Commit

Permalink
profile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
axiinyaa committed Oct 4, 2024
1 parent bf23109 commit 8f351f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/components/database-parse-type.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ export function ParseType(data: string) {
}

interface Background {
type: number;
purchasable: number;
cost: number;
image: string;
}

Expand Down

0 comments on commit 8f351f0

Please sign in to comment.