Skip to content

Commit

Permalink
style: fix formatting in inventory.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jerlyrosa committed Dec 8, 2023
1 parent 7ea2f25 commit e1fa167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/inventory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ export interface ProductDashboardInterface {
product_status: {
status_id: number | string;
status_name: string;
status_slug:string;
status_slug: string;
warehouses_name: string;
warehouses_id: number | string;
total_amount: number;
Expand Down

0 comments on commit e1fa167

Please sign in to comment.