Skip to content

Commit

Permalink
chore: run pnpm lint -- --fix (#1736)
Browse files Browse the repository at this point in the history
  • Loading branch information
migueloller authored Dec 11, 2024
1 parent d412d10 commit 31a7abd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const OrderState = async ({ orderState }: { orderState: OrderDataType['orderStat
})}
</p>
</div>
<p className="align-center flex h-fit justify-center gap-2.5 rounded-3xl bg-secondary/10 px-4 py-1.5 font-semibold text-primary">
<p className="align-center bg-secondary/10 flex h-fit justify-center gap-2.5 rounded-3xl px-4 py-1.5 font-semibold text-primary">
{status.label}
</p>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ const OrderDetails = async ({
})}
</span>
</p>
<p className="align-center flex h-fit justify-center gap-2.5 rounded-3xl bg-secondary/10 px-4 py-1.5 font-semibold text-primary">
<p className="align-center bg-secondary/10 flex h-fit justify-center gap-2.5 rounded-3xl px-4 py-1.5 font-semibold text-primary">
{orderStatus}
</p>
</div>
Expand Down

0 comments on commit 31a7abd

Please sign in to comment.